arnavahire19 opened a new pull request, #50952: URL: https://github.com/apache/arrow/pull/50952
### Rationale for this change In `pyarrow.feather.FeatherDataset.read_pandas`, the docstring previously stated: ``` Read multiple Parquet files as a single pandas DataFrame ``` which was copied from Parquet reader utilities. ### What changes are included in this PR? Updates the docstring to correctly reference Feather files: ``` Read multiple Feather files as a single pandas DataFrame ``` ### Are these changes tested? Docstring update. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
