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.4.tar.gz
(156.2 kB
view hashes)
Built Distribution
Close
Hashes for energy_pandas-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71f047217a5bfe8fe8beb74ab94c6fff69f80c9fe091b92620df3590958a8787 |
|
MD5 | ff746ea452b8e22a541ebe7719de635d |
|
BLAKE2b-256 | 6c997430bf9aa20527f0a405442854c53cdf968b193ff6b8e4dcf121613823b4 |