No project description provided
Project description
PSR Lakehouse 🏞️🏡
A Python client library for accessing PSR's data lakehouse, providing easy access to Brazilian energy market data including CCEE and ONS datasets.
Installation
pip install psr-lakehouse
Examples
CCEE
from psr.lakehouse import ccee
# Get ccee spot prices
spot_prices = ccee.spot_price(
filters = {"subsystem": "SE"},
start_reference_date="2024-01-01",
end_reference_date="2024-12-31"
)
ONS
from psr.lakehouse import ons
# Get ons maximum stored energy
max_energy = ons.max_stored_energy(
filters = {"subsystem": "SE"},
start_reference_date = "2024-01-01"
)
# Get ons verified stored energy in MW/month
verified_energy = ons.verified_stored_energy_mwmonth(
filters = {"subsystem": "NE"}
)
# Get ons verified stored energy as percentage
energy_percentage = ons.verified_stored_energy_percentage()
Support
For questions or issues, please open an issue on the project repository.
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
psr_lakehouse-0.1.12.tar.gz
(25.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 psr_lakehouse-0.1.12.tar.gz.
File metadata
- Download URL: psr_lakehouse-0.1.12.tar.gz
- Upload date:
- Size: 25.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
897217063ac0897952b98c1e6b23fc76cf807b5ced8f78c4fae98b1783bffd67
|
|
| MD5 |
59cb3530226d57bf912d2881ae46ff4a
|
|
| BLAKE2b-256 |
9efc6546aa117a9420db40ae77d974513067973dc1cadd0ee162ea8f21b08cd6
|
File details
Details for the file psr_lakehouse-0.1.12-py3-none-any.whl.
File metadata
- Download URL: psr_lakehouse-0.1.12-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8fb75a96adf18cacc16fb54c1d804aca2d11582c63208de8212463bc8f96511f
|
|
| MD5 |
31cf2961e972488e46507789ee688046
|
|
| BLAKE2b-256 |
801a25d79cbbad8bf4a6bd217c8ae9c37bea78dec6cc3d184130a74e86d4228b
|