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
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.5.1.tar.gz
(874.1 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 ladybug_pandas-0.5.1.tar.gz.
File metadata
- Download URL: ladybug_pandas-0.5.1.tar.gz
- Upload date:
- Size: 874.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51353fd1eba9f6ed60ca6b16c1dbdae0f79e941b918eb3609ef0b514e98772fb
|
|
| MD5 |
99eb1d6b94d000e429603baafe00c1a9
|
|
| BLAKE2b-256 |
f4bc07c300422761e59e8aacb36c551660225b71f45a83c8025e9b1d034cc035
|
File details
Details for the file ladybug_pandas-0.5.1-py2.py3-none-any.whl.
File metadata
- Download URL: ladybug_pandas-0.5.1-py2.py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65dd23759fabf4d2cad4d3ebadcdd62507f69ea14a47348a3a9fb20800ad5831
|
|
| MD5 |
2d17a4d71b7fa5cc3130621168e80811
|
|
| BLAKE2b-256 |
f0e7e7ba508367441d5ecdad63c9aef4eb0763d9c33de6693ae577b5ec0874d4
|