matterhorn103 / quanstants

Intuitive and unastonishing physical quantities, units, constants, and uncertainties in Python
MIT License
0 stars 0 forks source link

Support polars dataframes #6

Open matterhorn103 opened 3 months ago

matterhorn103 commented 3 months ago

Unlike pandas/numpy, polars supports a decimal datatype. How this is done, I am not sure, since there is no decimal dtype in either the Apache Arrow specification or in pyarrow.

In any case, this alone makes it much more appropriate for dataframe support than pandas.