-
Notifications
You must be signed in to change notification settings - Fork 49
Closed
Description
Two PintArrays can have the same dtype, eg 'pint[m]' but have data stored with different dtypes, eg ints and floats. This used to cause issues when np.array was used as the values since you couldn't store nan in the int np.array, but has mostly been fixed since defaulting to using PandasArrays for values. I think there are still minor issues relating to converting and infering the dtype for values.
Should the dtype contain the values dtype, eg 'pint[m][int]' ?
Metadata
Metadata
Assignees
Labels
No labels