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

GH-15947: fixed skipped_column error in Python #16164

Open
wants to merge 3 commits into
base: rel-3.46.0
Choose a base branch
from

Commits on May 23, 2024

  1. GH-15947: fixed column length discrepancies when skipped_columns are …

    …specified when calling h2o.H2OFrame.
    
    GH-15947: fixed skipped columns for normal import_file path.
    GH-15947: added same skipped column capability when transforming R data frames to h2O data frames.
    GH-15947: add parameter to avoid R cmd test failure.
    GH-15947: Incorporate Seb code review comments.
    wendycwong committed May 23, 2024
    Configuration menu
    Copy the full SHA
    da7946f View commit details
    Browse the repository at this point in the history
  2. GH-15947: fix R test error message change, fix Python column_names co…

    …ntain only columns not skipped.
    wendycwong committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e82f0e1 View commit details
    Browse the repository at this point in the history
  3. GH-15947: fixed test conditions when python object is tranforming to …

    …H2O Frame and when import_file is loaded into H2O frame.
    wendycwong committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0cb8245 View commit details
    Browse the repository at this point in the history