Roadmap¶
- Make
coordsandattrspersistent across slicing operations (trydf['pop'].to_xarray()from above example and watch it fail…) - Improve hooks between
pandasandmetacsv:- update
coordnames ondf.index.namesassignment - update
coordson stack/unstack - update
coordson
- update
- Handle attributes indexed by coord/variable names –> assign to
coord/variable-specific
attrs - Let’s start an issue tracker and get rid of this section!
- Should we rethink “special attributes,” e.g. coords? Maybe these should
have some special prefix like
_coordswhen included in yaml headers to avoid confusion with other generic attributes… - Allow special attributes (
coords,variables) inread_csvcall - Allow external file headers
- Write tests
- Write documentation
- Maybe steal xarray’s coordinate handling and save ourselves a whole lotta work?
Feature Requests¶
- Create syntax for
multi-csv–>Panelor combining using filename regex - Eventually? allow for on-disk manipulation of many/large files with dask/xarray
- Eventually? add xml, SQL, other structured syntax language conversions