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.0.tar.gz
(156.1 kB
view hashes)
Built Distribution
Close
Hashes for energy_pandas-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dddc1146569ecc8610fe736b2fb55f50e569a0601bde27c00942e0f55c2e74d9 |
|
MD5 | 59ff5177f53df207cb222f68c7f8208a |
|
BLAKE2b-256 | 7953f5a7cfbdc692a560f29536463ecd3d2f2d03cb865b916c780f03539b47cc |