Nick-Hemenway
Nick-Hemenway
Currently to use a lot of numpy functionality, a user must first cast their series to a standard pint Quantity array. It would be great if operating on unit aware...
Currently the below example does not work: ```python from pint_pandas import PintArray p = PintArray(np.array([1,2,3], dtype=np.float64), 'm') p1 = -p ``` Instead you must multiply by a negative scalar as...
#### ALL software version info hvplot: 0.8.2 python: 3.9.1 jupyterlab: 3.4.8 #### Description of expected behavior and the observed behavior I create a pandas dataframe from a .csv file and...