A python TRNSYS type parser
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.0.1.tar.gz
(13.5 kB
view hashes)
Built Distribution
Close
Hashes for energy_pandas-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b06e6eae7ce60464c0b2c8e6043df11c389bdf310df6be67c4e250eee447ce1 |
|
MD5 | a694e590c5d113d4e2db77e70f67b5e5 |
|
BLAKE2b-256 | 944e1b0e2f3a498e904b9b9571144ca6e5af8b52d35abce1ec4d092c8d413d26 |