Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -70,18 +70,20 @@ The dataset contains metadata and headers in **Portuguese**, as provided by ONS.
|
|
| 70 |
|
| 71 |
Each file includes the following fields (translated from Portuguese):
|
| 72 |
|
| 73 |
-
- `
|
| 74 |
-
- `
|
| 75 |
-
- `
|
| 76 |
-
- `
|
|
|
|
|
|
|
|
|
|
|
|
|
| 77 |
|
| 78 |
-
Note: Some years or months may
|
| 79 |
|
| 80 |
### File Formats
|
| 81 |
|
| 82 |
-
-
|
| 83 |
-
- Excel (`.xlsx`)
|
| 84 |
-
- Parquet (`.parquet`) — available for newer monthly files
|
| 85 |
|
| 86 |
## Data Splits
|
| 87 |
|
|
@@ -103,8 +105,15 @@ More information: [http://opendefinition.org/od/2.1/pt-br](http://opendefinition
|
|
| 103 |
|
| 104 |
If you use this dataset in your research, please cite ONS as the data provider:
|
| 105 |
|
| 106 |
-
|
| 107 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 108 |
|
| 109 |
## Acknowledgements
|
| 110 |
|
|
|
|
| 70 |
|
| 71 |
Each file includes the following fields (translated from Portuguese):
|
| 72 |
|
| 73 |
+
- `timestamp`: Start of the time series (YYYY-MM-DD HH:MM).
|
| 74 |
+
- `id`: Id of the time series.
|
| 75 |
+
- `past_values`: The context values of shape `(512, 1)`.
|
| 76 |
+
- `past_observed mask`: The mask of context values of shape `(512, 1)`.
|
| 77 |
+
- 'static_categorical_values': If it is wind or solar energy `(0 or 1)`.
|
| 78 |
+
- 'static_real_values': Latitude and longitude.
|
| 79 |
+
- 'future_values': The target sequence.
|
| 80 |
+
- 'future_observerd_mask': The mask of target sequence.
|
| 81 |
|
| 82 |
+
Note: Some years or months may lack some of these fields depending on the ONS publication format.
|
| 83 |
|
| 84 |
### File Formats
|
| 85 |
|
| 86 |
+
- Parquet (`.parquet`)
|
|
|
|
|
|
|
| 87 |
|
| 88 |
## Data Splits
|
| 89 |
|
|
|
|
| 105 |
|
| 106 |
If you use this dataset in your research, please cite ONS as the data provider:
|
| 107 |
|
| 108 |
+
```bibtex
|
| 109 |
+
@misc{
|
| 110 |
+
ons_capacity_factor,
|
| 111 |
+
title = {ONS Capacity Factor Dataset},
|
| 112 |
+
author = {Operador Nacional do Sistema Elétrico (ONS)},
|
| 113 |
+
year = {2025},
|
| 114 |
+
url = {http://www.ons.org.br}
|
| 115 |
+
}
|
| 116 |
+
```
|
| 117 |
|
| 118 |
## Acknowledgements
|
| 119 |
|