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.0.tar.gz
(156.1 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.0.tar.gz.
File metadata
- Download URL: energy-pandas-0.2.0.tar.gz
- Upload date:
- Size: 156.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d7a70ad63851424934b75fc2d77e5bc999d9f0ad91ce5ec83479a221574b37b
|
|
| MD5 |
ed1fe045ca2a4d2e9cb1684f51d42a39
|
|
| BLAKE2b-256 |
cedfcb84a4f7a50c6da56e179365592119ff79635c96ecd97903101f0e9c3721
|
File details
Details for the file energy_pandas-0.2.0-py3-none-any.whl.
File metadata
- Download URL: energy_pandas-0.2.0-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dddc1146569ecc8610fe736b2fb55f50e569a0601bde27c00942e0f55c2e74d9
|
|
| MD5 |
59ff5177f53df207cb222f68c7f8208a
|
|
| BLAKE2b-256 |
7953f5a7cfbdc692a560f29536463ecd3d2f2d03cb865b916c780f03539b47cc
|