otsaloma / dataiter

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

min and max should use missing_value, not np.nan #16

Closed otsaw closed 2 years ago

otsaw commented 2 years ago

In order to be able to take min and max datetime columns.

Maybe just use default=data[name].missing_value for all functions?