Skip to main content

Building Energy pandas extension

Project description

PyPI version fury.io codecov PyPI pyversions

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


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.0.tar.gz (156.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

energy_pandas-0.3.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file energy-pandas-0.3.0.tar.gz.

File metadata

  • Download URL: energy-pandas-0.3.0.tar.gz
  • Upload date:
  • Size: 156.6 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.61.0 CPython/3.9.5

File hashes

Hashes for energy-pandas-0.3.0.tar.gz
Algorithm Hash digest
SHA256 7577edc1021432e6a55d75aeb83295bb2e6f0717c786f1ef5067511f4f21ccb8
MD5 caa5d3afb922b6ba232361b40be11bad
BLAKE2b-256 3ec18698737048a735de114f6a92413e4612e14d2ea51d1c441ccf4745bb4161

See more details on using hashes here.

File details

Details for the file energy_pandas-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: energy_pandas-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 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.61.0 CPython/3.9.5

File hashes

Hashes for energy_pandas-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8632801300f48fa1146bf1616e353a6d6cff15aebb6afbae2ea09246566047e6
MD5 404db6419124abece111bfda2106aa56
BLAKE2b-256 f195545847e1b3968c8eee14702580b65e0e9846fba43ca92d408fe5d97f7c7d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page