You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps we could add https://pypi.org/project/deltalake/ as an optional extra dependency to pandas itself to make deltalake support work out of the box for pandas users?
pandas already has read_csv, read_excel, read_parquet, etc., so read_delta would be a natural fit.
Some thoughts to brainstorm as a team:
would adding read_delta to pandas be a good idea? I certainly think so, but interested if there are any objections
Is read_delta a good method name or perhaps read_deltalake?
What method signature would we need? We'd at least need an optional version keyword argument for time travel 😎
The text was updated successfully, but these errors were encountered:
There is an open pandas issue on Delta Lake file format support.
@houqp made this suggestion in the thread:
pandas already has
read_csv
,read_excel
,read_parquet
, etc., soread_delta
would be a natural fit.Some thoughts to brainstorm as a team:
read_delta
to pandas be a good idea? I certainly think so, but interested if there are any objectionsread_delta
a good method name or perhapsread_deltalake
?version
keyword argument for time travel 😎The text was updated successfully, but these errors were encountered: