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(rust): Allow read_csv schema to take unparsable types #17765

Merged
merged 5 commits into from
Aug 1, 2024

Commits on Jul 24, 2024

  1. Make unparsable types like pl.Decimal readable in read_csv via schema…

    … keyword + small refactors to make that easier
    JamesCE2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    85083f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfe3d37 View commit details
    Browse the repository at this point in the history
  3. style fixes

    JamesCE2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a29c37f View commit details
    Browse the repository at this point in the history
  4. Clippy fixed unused

    JamesCE2001 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    371e7b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a50f88 View commit details
    Browse the repository at this point in the history