Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add functions to compare Column objects with iterable references and to compare DataFrame objects with mapping references #66

Merged
merged 12 commits into from
Jan 24, 2024

Commits on Jan 23, 2024

  1. Add function to compare Column objects with iterable references

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d18b9b1 View commit details
    Browse the repository at this point in the history
  2. check Column dtype

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7708bfb View commit details
    Browse the repository at this point in the history
  3. another way to check Column dtype

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    05171fc View commit details
    Browse the repository at this point in the history
  4. temp fix for mypy

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f0005d8 View commit details
    Browse the repository at this point in the history
  5. add 'compare_dataframe_with_reference' func

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    65c1f66 View commit details
    Browse the repository at this point in the history
  6. use new functions for more files [part1]

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    efdf097 View commit details
    Browse the repository at this point in the history
  7. use new functions for more files [part2]

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1ed8fbf View commit details
    Browse the repository at this point in the history
  8. use new functions for more files [final part for column tests]

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1658fa8 View commit details
    Browse the repository at this point in the history
  9. refactor

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f64ee52 View commit details
    Browse the repository at this point in the history
  10. workarounds for mypy errors

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    90467c3 View commit details
    Browse the repository at this point in the history
  11. address review comments

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    01fa14d View commit details
    Browse the repository at this point in the history
  12. use 'parse' and 'Version' to compare package versions

    Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
    anmyachev committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a4c4aee View commit details
    Browse the repository at this point in the history