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.3.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.3.tar.gz.
File metadata
- Download URL: energy-pandas-0.2.3.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.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fee5ea67e7cdf78b2b191d0b419b9daf4bfcaaa5a07367aca93d31564047988
|
|
| MD5 |
8cece750d09789967f99e22e3211fc84
|
|
| BLAKE2b-256 |
ee6d5003b9e4834f62d4488c4603625379377e418b5afd6a825801ad8ac3dabf
|
File details
Details for the file energy_pandas-0.2.3-py3-none-any.whl.
File metadata
- Download URL: energy_pandas-0.2.3-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.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
929bdee8588688a7001d90c3b3259b0df0b6ae5a5af8791a3dcfea041aa508c3
|
|
| MD5 |
b2ef64219b4b4e2c985fef3cf79989c0
|
|
| BLAKE2b-256 |
8193168af02ee9e706a227cf5fec1a86a0bd3aa542453e972dd0c88ed700e1ae
|