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.13.tar.gz
(25.5 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.13.tar.gz.
File metadata
- Download URL: psr_lakehouse-0.1.13.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f7e26cab251816b7cfa579d530fe7e9ced37aaa9dd75a74292c8ecaccd55d98
|
|
| MD5 |
a2040ae67b5b07d07da9a764567ab689
|
|
| BLAKE2b-256 |
9b58ee8da18bbd3eea8cb67c0fad458916b3198fbfebb1c6d834ecc188d1b1cf
|
File details
Details for the file psr_lakehouse-0.1.13-py3-none-any.whl.
File metadata
- Download URL: psr_lakehouse-0.1.13-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 |
13386f8366288b9a5cf39e2bdb9c479ff346eed0f70fb42d61d572e230a03a28
|
|
| MD5 |
0610d885a5036cfc4b92f17cc4b026fb
|
|
| BLAKE2b-256 |
5005dc944f73d46444d0496a575ad9e93e9a72f92b8f886ce2932d64607565ee
|