davidgasquez
commited on
Commit
•
e6c188b
1
Parent(s):
7faf7e1
Update spain_water_reservoirs_data
Browse files- README.md +12 -71
- datapackage.yaml +4 -0
- spain_water_reservoirs_data.parquet +3 -0
README.md
CHANGED
@@ -1,73 +1,14 @@
|
|
|
|
1 |
---
|
2 |
-
|
3 |
-
features:
|
4 |
-
- name: OBJECTID_1
|
5 |
-
dtype: int64
|
6 |
-
- name: EMBALSE_ID
|
7 |
-
dtype: int64
|
8 |
-
- name: embalse_nombre
|
9 |
-
dtype: large_string
|
10 |
-
- name: ambito_id
|
11 |
-
dtype: int64
|
12 |
-
- name: agua_total
|
13 |
-
dtype: int64
|
14 |
-
- name: ambito_nombre
|
15 |
-
dtype: large_string
|
16 |
-
- name: agua_actual
|
17 |
-
dtype: int64
|
18 |
-
- name: fecha
|
19 |
-
dtype: timestamp[ms]
|
20 |
-
- name: boletin_anyo
|
21 |
-
dtype: int64
|
22 |
-
- name: boletin_num
|
23 |
-
dtype: int64
|
24 |
-
- name: Uso
|
25 |
-
dtype: large_string
|
26 |
-
- name: Porcentaje_Reserva
|
27 |
-
dtype: float64
|
28 |
-
- name: Años
|
29 |
-
dtype: large_string
|
30 |
-
- name: Orden_Semana
|
31 |
-
dtype: int64
|
32 |
-
- name: Fecha_str
|
33 |
-
dtype: large_string
|
34 |
-
- name: Variacion_Reserva
|
35 |
-
dtype: int64
|
36 |
-
- name: ID_Unico
|
37 |
-
dtype: large_string
|
38 |
-
- name: Estado_Porc
|
39 |
-
dtype: large_string
|
40 |
-
- name: Estado_Porcentaje_Energia
|
41 |
-
dtype: large_string
|
42 |
-
- name: energia_actual
|
43 |
-
dtype: int64
|
44 |
-
- name: energia_total
|
45 |
-
dtype: int64
|
46 |
-
- name: Variacion_Porcentaje
|
47 |
-
dtype: float64
|
48 |
-
- name: Variacion_Energia
|
49 |
-
dtype: int64
|
50 |
-
- name: Porcentaje_Energia
|
51 |
-
dtype: float64
|
52 |
-
- name: Variacion_Porcentaje_Energia
|
53 |
-
dtype: float64
|
54 |
-
- name: embalse_id_1
|
55 |
-
dtype: int64
|
56 |
-
- name: electrico_flag
|
57 |
-
dtype: int64
|
58 |
-
- name: OBJECTID
|
59 |
-
dtype: int64
|
60 |
-
- name: ORIG_FID
|
61 |
-
dtype: int64
|
62 |
-
splits:
|
63 |
-
- name: main
|
64 |
-
num_bytes: 209911930
|
65 |
-
num_examples: 676713
|
66 |
-
download_size: 23191429
|
67 |
-
dataset_size: 209911930
|
68 |
-
configs:
|
69 |
-
- config_name: default
|
70 |
-
data_files:
|
71 |
-
- split: main
|
72 |
-
path: data/main-*
|
73 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
---
|
3 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
+
# spain_water_reservoirs_data
|
6 |
+
|
7 |
+
This dataset is produced and published automatically by [Datadex](https://github.com/davidgasquez/datadex),
|
8 |
+
a fully open-source, serverless, and local-first Data Platform that improves how communities collaborate on Open Data.
|
9 |
+
|
10 |
+
## Dataset Details
|
11 |
+
|
12 |
+
- **Number of rows:** 676713
|
13 |
+
- **Number of columns:** 29
|
14 |
+
|
datapackage.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: spain_water_reservoirs_data
|
2 |
+
resources:
|
3 |
+
- format: parquet
|
4 |
+
path: spain_water_reservoirs_data.parquet
|
spain_water_reservoirs_data.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dfcdfc1b9db383b114fff3c9ddf5a7a68634d05733a76f0c8a9da5455c217da
|
3 |
+
size 7219819
|