A ladybug extension powered by pandas
Project description
ladybug-pandas
A ladybug extension powered by pandas
Installation
pip install ladybug-pandas
QuickStart
import ladybug_pandas as lbp
from ladybug.epw import EPW
epw_path = 'tests/assets/epw/tokyo.epw'
epw = EPW(epw_path)
df = lbp.DataFrame.from_epw(epw)
df_ip = df.ladybug.to_ip()
API Documentation
You can also find some usage examples in the examples folder of the code repository.
Local Development
- Clone this repo locally
git clone git@github.com:ladybug-tools/ladybug-pandas
# or
git clone https://github.com/ladybug-tools/ladybug-pandas
- Install dependencies:
cd ladybug-pandas
pip install -r dev-requirements.txt
pip install -r requirements.txt
- Run Tests:
python -m pytest tests/
- Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./ladybug_pandas
sphinx-build -b html ./docs ./docs/_build/docs
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
ladybug-pandas-0.4.1.tar.gz
(872.6 kB
view details)
Built Distribution
File details
Details for the file ladybug-pandas-0.4.1.tar.gz
.
File metadata
- Download URL: ladybug-pandas-0.4.1.tar.gz
- Upload date:
- Size: 872.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b40811b8088199fee0cb4653ee27ec9ae6cdd11b2a2d5709ad0a409b12c93a3 |
|
MD5 | 186dca15b98914a0f4977e1eb9f0739c |
|
BLAKE2b-256 | 4b8a9c7944352052540e319eecbe57a704171f07da471e7ec7527d8f7856f4bd |
File details
Details for the file ladybug_pandas-0.4.1-py2.py3-none-any.whl
.
File metadata
- Download URL: ladybug_pandas-0.4.1-py2.py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d30ed5f71d63ed52911f5eb5a3d7f37a13fe8d59bc997351c9b74ad2232b774d |
|
MD5 | 64f2db2f2cc202210e08ff28af156390 |
|
BLAKE2b-256 | 70e6e604186fc695b641cbf991145d6e2c80196443d765e9d27bde245e945b2b |