otsaloma / dataiter

Python classes for data manipulation
https://dataiter.readthedocs.io/
MIT License
25 stars 0 forks source link

Switch Vector to use pandas.Series for proper NA support #2

Closed otsaloma closed 1 year ago

otsaloma commented 4 years ago

Proper NA support in NumPy doesn't look like it's happening.

https://numpy.org/neps/

Perhaps for that very reason, they are being pushed into a wrong part of the stack. While I'd like to avoid using Pandas, if this actually gets implemented consistently across dtypes and operations, it's probably big enough of a reason to switch.

https://pandas.pydata.org/pandas-docs/stable/user_guide/missing_data.html#experimental-na-scalar-to-denote-missing-values