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.4.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.4.tar.gz.
File metadata
- Download URL: energy-pandas-0.3.4.tar.gz
- Upload date:
- Size: 156.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac885c70903875b0f73b83de10fd6d1de5b8f7d46dd5647e4a0e178915a6b3e2
|
|
| MD5 |
2c54ae68c142f6388de5438664fee4a8
|
|
| BLAKE2b-256 |
a7f528e99a3d7184cdfb41f718a56a234c01703337dec3f6a76ab2cf65e5851f
|
File details
Details for the file energy_pandas-0.3.4-py3-none-any.whl.
File metadata
- Download URL: energy_pandas-0.3.4-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ccbc572855f9260c96a287d34c2cd9cf5936db60c9d830c5ec41f55a826f268
|
|
| MD5 |
a1d8a5ca8846f7c716edba574e537a9e
|
|
| BLAKE2b-256 |
791fb5163a17f552edff532d951acc3a3fa996de5bda63b70f56b70903fc15d6
|