xus commited on
Commit
90b0649
·
1 Parent(s): 3917245

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.jsonl"
16
  - config_name: brent_prices
17
  data_files:
18
  - split: train
19
- path: "brent-prices-2024.jsonl"
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.jsonl
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.jsonl
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:779a1ffa94c1366515b6986a8e4f73b08c2fdeaa2b47d14e360e1af3e017cc5e
3
- size 27744
 
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:74527530ce2f5de81dc7dd19e674e7a0ab68c34b4df6347f9b14aeee36a235d7
3
- size 3155025671
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6c24d840e5b68da99c47826246d3f24cd9e49887009cf0a552599715bfb90c0
3
+ size 64204113