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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file energy-pandas-0.2.4.tar.gz.
File metadata
- Download URL: energy-pandas-0.2.4.tar.gz
- Upload date:
- Size: 156.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b80e58beb41a7eb4678c69a31cc69016355e4725a4575f8ef752dde0f85e1024
|
|
| MD5 |
90801a8ddad160e122f24210fc86b4ac
|
|
| BLAKE2b-256 |
d0592fe9719a77877e08880c01cbde312a30a93a3d519b8741ec24da4c14fb07
|
File details
Details for the file energy_pandas-0.2.4-py3-none-any.whl.
File metadata
- Download URL: energy_pandas-0.2.4-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71f047217a5bfe8fe8beb74ab94c6fff69f80c9fe091b92620df3590958a8787
|
|
| MD5 |
ff746ea452b8e22a541ebe7719de635d
|
|
| BLAKE2b-256 |
6c997430bf9aa20527f0a405442854c53cdf968b193ff6b8e4dcf121613823b4
|