Skip to content
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

Feature request: allow reading from buffer #6

Open
joelb123 opened this issue Jun 24, 2020 · 1 comment
Open

Feature request: allow reading from buffer #6

joelb123 opened this issue Jun 24, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@joelb123
Copy link

I'm enabling reading of GFF files from a URL with decompression. Pandas can do this, and can also read from a buffer-like object, but _read_gff_header explicitly opens a file, thus requiring explicit downloads to a local file. I believe that files also get opened twice, once in the header read and a second time by pandas.

Please allow input of buffer objects.

@elhossary elhossary self-assigned this Jun 29, 2020
@elhossary elhossary added the enhancement New feature or request label Jun 29, 2020
@elhossary
Copy link
Collaborator

Hi,
Thanks for pointing out us for this feature.
I just took over in this project and I will start to add more feature including what you have mentioned.
Best wishes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants