startable / pdtable

Python API to work with StarTable data, with tables stored as pandas dataframes.
BSD 3-Clause "New" or "Revised" License
7 stars 6 forks source link

Convenience method to convert table back to origin units #52

Open jfcorbett opened 3 years ago

jfcorbett commented 3 years ago

convenience method to "convert back to origin units" without having to explicitly specify them anew

API something like Table.convert_to_origin_units(converter)

jfcorbett commented 3 years ago

A (not implemented) stub now exists for Table.convert_units(to='origin', converter)

There is still some debate about what the right name for those units are, though: display units, presentation units, origin units, cache_units... TBC