Building Energy pandas extension
Project description
energy-pandas
An extension of pandas to deal with building related time series such as temperature, load and energy.
Installation
pip install energy-pandas
Usage
from energy_pandas import EnergyDataFrame, EnergySeries
edf = EnergyDataFrame(
{
"temp": EnergySeries(range(0,100), units="degC"),
"q_heat": EnergySeries(range(0,100), units="W"),
"q_cool": EnergySeries(range(0,100), units="W")
},
name="Zone 1"
)
edf.units
{'temp': <Unit('degree_Celsius')>, 'q_heat': <Unit('watt')>, 'q_cool': <Unit('watt')>}
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.
Source Distribution
energy-pandas-0.2.1.tar.gz
(156.1 kB
view hashes)
Built Distribution
Close
Hashes for energy_pandas-0.2.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5815a1d129ab81a6e6454b37f61a4ce8e2cc7db9cc46189c955caa0d2ee74f7 |
|
MD5 | a387533341eb65693d1690f5e16d58f4 |
|
BLAKE2b-256 | 9dce4c04707f42161d7a847eabf5c537b0db4d616c29cae57988e7ed67a710b4 |