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.3.5.tar.gz
(156.9 kB
view hashes)
Built Distribution
Close
Hashes for energy_pandas-0.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6664bea2bf4786997a652b49fe6b459636774bbd82b8cb82a34d75e60cc223db |
|
MD5 | 2cefee742171bae7ee2f38b790219a5c |
|
BLAKE2b-256 | 0d5d2c044423f687852ba530b0100f875fccfe905409183a8e1a25219ff9f579 |