Physical quantities module
Project description
Pint-Pandas
Pandas support for pint
>>> import pandas as pd >>> import pint
>>> df = pd.DataFrame({ ... "torque": pd.Series([1, 2, 2, 3], dtype="pint[lbf ft]"), ... "angular_velocity": pd.Series([1, 2, 2, 3], dtype="pint[rpm]"), ... }) >>> df['power'] = df['torque'] * df['angular_velocity'] >>> df.dtypes torque pint[foot * force_pound] angular_velocity pint[revolutions_per_minute] power pint[foot * force_pound * revolutions_per_minute] dtype: object
Quick Installation
To install Pint-Pandas, simply:
$ pip install pint-pandas
or utilizing conda, with the conda-forge channel:
$ conda install -c conda-forge pint-pandas
and then simply enjoy it!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size Pint_Pandas-0.1-py2.py3-none-any.whl (17.7 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size Pint-Pandas-0.1.tar.gz (23.4 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for Pint_Pandas-0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2a5bf5ad94bae40051126ebd8abed2f18a7bbb03f6f3a81a7cfafcb378ef15fc |
|
MD5 | 5b7158ffaa5f6dd7b85ba06886b89081 |
|
BLAKE2-256 | 92ba104870a8b0f28cdffdc0003f6bd7f51ea55c48682ae1d6941f3e857e06b8 |