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 dataframe dispatch #888

Merged
merged 35 commits into from
Mar 1, 2024

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    73c8a3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd7baa View commit details
    Browse the repository at this point in the history
  3. start adding tests

    jeromedockes committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e51b33c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5661b8c View commit details
    Browse the repository at this point in the history
  5. to_numpy

    jeromedockes committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6510433 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    221fe8f View commit details
    Browse the repository at this point in the history
  2. add test dispatch

    jeromedockes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    6946cfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38ad8eb View commit details
    Browse the repository at this point in the history
  4. revert unrelated changes

    jeromedockes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0ce1259 View commit details
    Browse the repository at this point in the history
  5. improve tests

    jeromedockes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a04fffc View commit details
    Browse the repository at this point in the history
  6. more tests

    jeromedockes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eff67f6 View commit details
    Browse the repository at this point in the history
  7. fix test

    jeromedockes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    9a63a80 View commit details
    Browse the repository at this point in the history
  8. fix doctest

    jeromedockes committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eabb278 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: Guillaume Lemaitre <[email protected]>
    jeromedockes and glemaitre authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    307ec8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db97f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdee16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5a4071 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. don't consider pandas object columns as strings

    as we call convert_dtypes(), if a column is still `object` it means it failed to
    be converted to str so it really does not contain strings
    jeromedockes committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    802fdca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c9c4c9 View commit details
    Browse the repository at this point in the history
  3. more tests

    jeromedockes committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0cd9a1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    010ee54 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c811b4e View commit details
    Browse the repository at this point in the history
  2. more tests

    jeromedockes committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d7ecc8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    510597a View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. bools are not numbers

    jeromedockes committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    57fdccb View commit details
    Browse the repository at this point in the history
  2. more tests

    jeromedockes committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3338676 View commit details
    Browse the repository at this point in the history
  3. more tests

    jeromedockes committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    840e18a View commit details
    Browse the repository at this point in the history
  4. more tests

    jeromedockes committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    146f798 View commit details
    Browse the repository at this point in the history
  5. iter

    jeromedockes committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    92cbc4a View commit details
    Browse the repository at this point in the history
  6. fix test

    jeromedockes committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    21df64e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    81c770d View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. anydate -> any_date

    jeromedockes committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    d666cda View commit details
    Browse the repository at this point in the history
  2. pandas is_string

    jeromedockes committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    56954f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    8810fb5 View commit details
    Browse the repository at this point in the history
  2. add comment

    jeromedockes committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    77e291c View commit details
    Browse the repository at this point in the history