Skip to content

Commit

Permalink
docs(python): Mention deltalake write support in README (#13890)
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Jan 21, 2024
1 parent 501988e commit 988a15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ pip install 'polars[numpy,pandas,pyarrow]'
| connectorx | Support for reading from SQL databases |
| xlsx2csv | Support for reading from Excel files |
| openpyxl | Support for reading from Excel files with native types |
| deltalake | Support for reading from Delta Lake Tables |
| deltalake | Support for reading and writing Delta Lake Tables |
| pyiceberg | Support for reading from Apache Iceberg tables |
| plot | Support for plot functions on Dataframes |
| timezone | Timezone support, only needed if are on Python<3.9 or you are on Windows |
Expand Down

0 comments on commit 988a15a

Please sign in to comment.