Skip to content

Conversation

Ayan9190
Copy link

  • Add PolarsParserWrapper class for polars CSV parsing
  • Update type annotations to include 'polars' as valid engine
  • Add polars compatibility checks and imports
  • Update readers.py to integrate polars engine
  • Add comprehensive test suite for polars engine
  • Add validation for unsupported options
  • Add documentation and implementation notes

Closes #61813

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

- Add PolarsParserWrapper class for polars CSV parsing
- Update type annotations to include 'polars' as valid engine
- Add polars compatibility checks and imports
- Update readers.py to integrate polars engine
- Add comprehensive test suite for polars engine
- Add validation for unsupported options
- Add documentation and implementation notes

Closes pandas-dev#61813
@Ayan9190 Ayan9190 requested a review from Dr-Irv as a code owner August 22, 2025 12:33
@jbrockmendel
Copy link
Member

Is this AI?

@Dr-Irv
Copy link
Contributor

Dr-Irv commented Aug 22, 2025

Is this AI?

Certainly has that "I used AI to create this PR" smell.

@mroeschke
Copy link
Member

We do not accept AI generated pull requests, closing

@mroeschke mroeschke closed this Aug 22, 2025
@Ayan9190 Ayan9190 deleted the add-polars-engine-to-read-csv branch August 26, 2025 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ENH: Add Polars engine to read_csv

4 participants