kinverarity1 / aseg_gdf2

Python code to help read ASEG GDF2 packages
https://pypi.org/project/aseg-gdf2/
MIT License
9 stars 2 forks source link

Allow chunking to be done only via kwarg #8

Closed kinverarity1 closed 5 years ago

kinverarity1 commented 6 years ago

At the moment there are separate df() and df_chunked() methods. They should be the same method.

How does pandas handle this?

kinverarity1 commented 5 years ago

Not relevant any more