Add your description here
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.6.tar.gz
(23.2 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.6.tar.gz.
File metadata
- Download URL: psr_lakehouse-0.1.6.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c2101b9a004df266fdc672781c923678b4996e5798d707759aaa65a191ea44a
|
|
| MD5 |
70b51739f12fbcddc26d2bd44a847143
|
|
| BLAKE2b-256 |
bb6111b0861961d2f4f851d460e2d8668468976377068c432fb334b2899a850f
|
File details
Details for the file psr_lakehouse-0.1.6-py3-none-any.whl.
File metadata
- Download URL: psr_lakehouse-0.1.6-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffb07fd83204a8551e44dec29618a59dd8dfc3f5eec4386238062d2e745f0088
|
|
| MD5 |
36127e29ad9abf6aa0a75e6293559926
|
|
| BLAKE2b-256 |
3880b92f44f7a44cb1a250f63aa3061c3172538ee384183d59dbcc5c47775b6c
|