Datasets:
Fix: Data cleaning
Browse files* Diesel B can be used for both land and sea transport, but they have a different price.
* Removed some outliers
* Changed files to parquet
README.md
CHANGED
|
@@ -12,11 +12,11 @@ configs:
|
|
| 12 |
- config_name: fuel_prices
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
-
path: "fuel-prices-2024-SPAIN.
|
| 16 |
- config_name: brent_prices
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
-
path: "brent-prices-2024.
|
| 20 |
---
|
| 21 |
|
| 22 |
# Dataset Card for Spain Fuel Prices
|
|
@@ -28,7 +28,7 @@ the price of a barrel of Brent provided by [Cincodias](https://cincodias.elpais.
|
|
| 28 |
|
| 29 |
## Dataset Structure
|
| 30 |
|
| 31 |
-
### fuel-prices-2024-SPAIN.
|
| 32 |
| **Field** | Type | Description |
|
| 33 |
|--------------|-------|---------------------------------------------------------------------------------------------------|
|
| 34 |
| id | int | Station ID (Unique) |
|
|
@@ -43,7 +43,7 @@ the price of a barrel of Brent provided by [Cincodias](https://cincodias.elpais.
|
|
| 43 |
| price | float | Price in € |
|
| 44 |
| timestamp | int | When it was collected (unix time) |
|
| 45 |
|
| 46 |
-
### brent-prices-2024.
|
| 47 |
| **Field** | Type | Description |
|
| 48 |
|--------------|--------|-----------------------------------|
|
| 49 |
| name | str | Invariant (Petróleo Brent) |
|
|
@@ -56,3 +56,4 @@ the price of a barrel of Brent provided by [Cincodias](https://cincodias.elpais.
|
|
| 56 |
|
| 57 |
- **Curated by:** [Xus](https://huggingface.co/xus)
|
| 58 |
- **License:** [CC-by-4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
|
|
|
|
|
|
| 12 |
- config_name: fuel_prices
|
| 13 |
data_files:
|
| 14 |
- split: train
|
| 15 |
+
path: "fuel-prices-2024-SPAIN.parquet"
|
| 16 |
- config_name: brent_prices
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
+
path: "brent-prices-2024.parquet"
|
| 20 |
---
|
| 21 |
|
| 22 |
# Dataset Card for Spain Fuel Prices
|
|
|
|
| 28 |
|
| 29 |
## Dataset Structure
|
| 30 |
|
| 31 |
+
### fuel-prices-2024-SPAIN.parquet
|
| 32 |
| **Field** | Type | Description |
|
| 33 |
|--------------|-------|---------------------------------------------------------------------------------------------------|
|
| 34 |
| id | int | Station ID (Unique) |
|
|
|
|
| 43 |
| price | float | Price in € |
|
| 44 |
| timestamp | int | When it was collected (unix time) |
|
| 45 |
|
| 46 |
+
### brent-prices-2024.parquet
|
| 47 |
| **Field** | Type | Description |
|
| 48 |
|--------------|--------|-----------------------------------|
|
| 49 |
| name | str | Invariant (Petróleo Brent) |
|
|
|
|
| 56 |
|
| 57 |
- **Curated by:** [Xus](https://huggingface.co/xus)
|
| 58 |
- **License:** [CC-by-4.0](https://creativecommons.org/licenses/by/4.0/deed.en)
|
| 59 |
+
- **Live demo available at [http://sandbox.zoyolabs.com/pocs/gas/](http://sandbox.zoyolabs.com/pocs/gas/)**
|
brent-prices-2024.jsonl → brent-prices-2024.parquet
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58537e1718d092761bdd5fbdb78dc168af7d88fa4f1c559a6ca8983437707321
|
| 3 |
+
size 8917
|
fuel-prices-2024-SPAIN.jsonl → fuel-prices-2024-SPAIN.parquet
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e6c24d840e5b68da99c47826246d3f24cd9e49887009cf0a552599715bfb90c0
|
| 3 |
+
size 64204113
|