-
-
Notifications
You must be signed in to change notification settings - Fork 978
ENH: Read filelike objects #1329
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
ENH: Read filelike objects #1329
Conversation
Thanks for the PR! This looks good. What are all the possible options we might want to support (and test)? Drawing from linked issues:
Anything else to support? We should also mention all these options in documentation (both User Guide and docstring). |
Yup it is possible to read Should I address the user guide changes here? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I address the user guide changes here?
Ideally yes.
S3 can go to separate PR as it might be more tricky.
I have added some basic content to the user guide, not sure if should I add more detailed examples explaining every file like object supported? |
I don't think we need to add more details. Docstring clearly indicates that there are other options apart from file path. I have pushed some minor style cleaning. I recommend using pre-commit hook to make sure that the code follows Thanks! |
Thank you @Sangarshanan! |
Tried to support reading of file-like objects using geopandas, looking for feedback and suggestions
Ref #388 and #1323