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

Fix construction of DataFrames from dict when columns are provided #13766

Merged
merged 2 commits into from
Jul 28, 2023

Commits on Jul 26, 2023

  1. Fix construction of DataFrames from dict when columns are provided

    If a columns argument is provided to the dataframe constructor, this
    should be used to select columns from the provided data dictionary.
    The previous logic did do this correctly, but didn't preserve the
    appropriate order of the resulting columns (which should come out in
    the order that the column selection is in).
    
    - Closes rapidsai#13738
    wence- committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7bdb3d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    d4dc88b View commit details
    Browse the repository at this point in the history