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

Added DropNullColumn transformer to remove columns that contain only nulls #1115

Open
wants to merge 52 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Adding code for DropNull

    rcap107 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    bee630f View commit details
    Browse the repository at this point in the history
  2. Fixed line

    rcap107 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    ccc9a02 View commit details
    Browse the repository at this point in the history
  3. renamed script

    rcap107 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    d3f9c90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d42b95 View commit details
    Browse the repository at this point in the history
  5. Fixed code

    rcap107 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f249982 View commit details
    Browse the repository at this point in the history
  6. Added test for dropcol

    rcap107 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a1caf39 View commit details
    Browse the repository at this point in the history
  7. Removing dev script

    rcap107 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b0e3235 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Update skrub/tests/test_dropnulls.py

    Co-authored-by: Théo Jolivet <[email protected]>
    rcap107 and TheooJ authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    90be825 View commit details
    Browse the repository at this point in the history
  2. Renamed file

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    55764a8 View commit details
    Browse the repository at this point in the history
  3. Renamed file

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c8fdaaa View commit details
    Browse the repository at this point in the history
  4. Formatting

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    0cdc0bd View commit details
    Browse the repository at this point in the history
  5. Merge branch 'drop_null_columns' of https://github.com/rcap107/skrub

    …into drop_null_columns
    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    34c0095 View commit details
    Browse the repository at this point in the history
  6. Rename file

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    430c8e3 View commit details
    Browse the repository at this point in the history
  7. Added docstrings

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    80bd408 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e2ca33f View commit details
    Browse the repository at this point in the history
  9. Formatting

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4dbba09 View commit details
    Browse the repository at this point in the history
  10. Updated changelog.

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7d6f8ce View commit details
    Browse the repository at this point in the history
  11. Formatting

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4771d18 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0b521a View commit details
    Browse the repository at this point in the history
  13. Updated test

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    ea9893b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c73db7e View commit details
    Browse the repository at this point in the history
  15. Improving tests

    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    09cf9c7 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'drop_null_columns' of https://github.com/rcap107/skrub

    …into drop_null_columns
    rcap107 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4e4f255 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Updated test

    rcap107 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    754e2ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acafac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b0aa1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35f8909 View commit details
    Browse the repository at this point in the history
  5. Removing init

    rcap107 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b4e419f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75f1110 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e499dc1 View commit details
    Browse the repository at this point in the history
  8. Fixed changelog

    rcap107 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    c296829 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee6b7b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    92210b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cad44a View commit details
    Browse the repository at this point in the history
  3. Improving comment

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    836a636 View commit details
    Browse the repository at this point in the history
  4. Improving comment

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    4ec95d6 View commit details
    Browse the repository at this point in the history
  5. Removed unneeded code

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3c25b84 View commit details
    Browse the repository at this point in the history
  6. Changed default value to True

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    8638516 View commit details
    Browse the repository at this point in the history
  7. Formatting

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e70f513 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6083567 View commit details
    Browse the repository at this point in the history
  9. Changed the default parameter

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a543044 View commit details
    Browse the repository at this point in the history
  10. Changed to use df interface

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    92f5430 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24b18ba View commit details
    Browse the repository at this point in the history
  12. Fixed docstring.

    rcap107 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    62ef9d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53cb8bd View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    7af96ca View commit details
    Browse the repository at this point in the history
  2. Merge branch 'drop_null_columns' of https://github.com/rcap107/skrub

    …into drop_null_columns
    rcap107 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    11908b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update skrub/_dataframe/tests/test_common.py

    Co-authored-by: Jérôme Dockès <[email protected]>
    rcap107 and jeromedockes authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2499a37 View commit details
    Browse the repository at this point in the history
  2. Removed a coverage file

    rcap107 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    548b792 View commit details
    Browse the repository at this point in the history
  3. Fix formatting of docstring

    rcap107 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    58feaed View commit details
    Browse the repository at this point in the history
  4. Formatting

    rcap107 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5a6539c View commit details
    Browse the repository at this point in the history
  5. Whoops

    rcap107 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    36c46d4 View commit details
    Browse the repository at this point in the history