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

refactor(python): Refactor parsing of data type inputs to Polars data types #17164

Merged
merged 14 commits into from
Jun 26, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    9690f13 View commit details
    Browse the repository at this point in the history
  2. Split into two functions

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ef25f8b View commit details
    Browse the repository at this point in the history
  3. Use instantiated types

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a0860ac View commit details
    Browse the repository at this point in the history
  4. Remov initvar special case

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5e6db79 View commit details
    Browse the repository at this point in the history
  5. Extract forwardref

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    43126d9 View commit details
    Browse the repository at this point in the history
  6. test refactor

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    728d9b5 View commit details
    Browse the repository at this point in the history
  7. Shuffle

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    069a50e View commit details
    Browse the repository at this point in the history
  8. Refactor is_polars_dtype

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e97d4f7 View commit details
    Browse the repository at this point in the history
  9. Extract union type parsing

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e865110 View commit details
    Browse the repository at this point in the history
  10. Extract generic

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c6d100e View commit details
    Browse the repository at this point in the history
  11. Fixes

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    3f3af0c View commit details
    Browse the repository at this point in the history
  12. Add namedtuple test

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d75fe15 View commit details
    Browse the repository at this point in the history
  13. Fix for Python 3.8

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4ba2155 View commit details
    Browse the repository at this point in the history
  14. coverage

    stinodego committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cb953d9 View commit details
    Browse the repository at this point in the history