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.3.3.tar.gz
(156.6 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.3.3.tar.gz.
File metadata
- Download URL: energy-pandas-0.3.3.tar.gz
- Upload date:
- Size: 156.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
939c67c59eb05a5e2f451cfbea4bb6d4b4f850be579370e28e2b745b7c3ca2ce
|
|
| MD5 |
6cb7dae932c3166389dce1278937be1d
|
|
| BLAKE2b-256 |
ce2cba7009e975ead2016046e8b86f955296cc93daf4efc84eea7a1ec100a774
|
File details
Details for the file energy_pandas-0.3.3-py3-none-any.whl.
File metadata
- Download URL: energy_pandas-0.3.3-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b6d9bee32f882d6548b9184da5fa1569170974817aae143f75b8eb8d1807a49
|
|
| MD5 |
0eb267239db63e75225914c78b843407
|
|
| BLAKE2b-256 |
4e38680d32cce1a4017899d3efe7ee09f44843aef9c27b93c8c149badd7c4ee6
|