- 
                Notifications
    
You must be signed in to change notification settings  - Fork 539
 
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
There is an open pandas issue on Delta Lake file format support.
@houqp made this suggestion in the thread:
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_deltato pandas be a good idea? I certainly think so, but interested if there are any objections - Is 
read_deltaa good method name or perhapsread_deltalake? - What method signature would we need?  We'd at least need an optional 
versionkeyword argument for time travel 😎 
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request