You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 inpyarrow
.In any case, this alone makes it much more appropriate for dataframe support than
pandas
.The text was updated successfully, but these errors were encountered: