Skip to content

DOC: pyarrow.rst: Add missing IO readers #59304

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

Merged
merged 1 commit into from
Jul 24, 2024
Merged

Conversation

mattayes
Copy link
Contributor

@mattayes mattayes commented Jul 24, 2024

Changes

  • Add read_parquet and read_table (experimental) to the list of IO readers that support the PyArrow engine.
  • Alphabetize list to improve readability.
  • (N/A) closes #xxxx
  • (N/A) Tests added and passed if fixing a bug or adding a new feature
  • (N/A) All code checks passed.
  • (N/A) Added type annotations to new arguments/methods/functions.
  • (N/A) Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Add read_parquet and read_table (experimental) to the list of IO readers that support the PyArrow engine.
@mroeschke mroeschke added the Docs label Jul 24, 2024
@mroeschke mroeschke added this to the 3.0 milestone Jul 24, 2024
@mroeschke mroeschke merged commit 6b9f2f5 into pandas-dev:main Jul 24, 2024
18 checks passed
@mroeschke
Copy link
Member

Thanks @mattayes

@mattayes
Copy link
Contributor Author

Thanks for the quick review/merge @mroeschke!

@mattayes mattayes deleted the patch-1 branch July 25, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants