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.1.tar.gz
(156.6 kB
view hashes)
Built Distribution
Close
Hashes for energy_pandas-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54095f595170773062fce2e93be2811320570f6e2e2b10bdcc498d74c01dab94 |
|
MD5 | 0d5aec55719791d5d6d9440fe43086d4 |
|
BLAKE2b-256 | d832d21bb75b58402290145152ab9a8bedcae8e2b9d2c6d682bcc2eba767dd67 |