Spaces:
Sleeping
Sleeping
Daniel Varga commited on
Commit ·
058142a
1
Parent(s): 85e0a54
data
Browse files- PL_44527.19-21.csv.gz +3 -0
- app.py +1 -1
- pq_terheles_2021_adatok.tsv +0 -0
PL_44527.19-21.csv.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cde88dc6c184056647d242d0a6639684bbc3cc0518f7f932e8f4881028046cf0
|
| 3 |
+
size 5794639
|
app.py
CHANGED
|
@@ -30,7 +30,7 @@ END = f"2022-01-01"
|
|
| 30 |
|
| 31 |
def read_datasets():
|
| 32 |
#@title ### Preprocessing meteorologic data
|
| 33 |
-
met_data = pd.read_csv(PATH_PREFIX + 'PL_44527.19-21.csv', sep=';', skipinitialspace=True, na_values='n/a', skiprows=[0, 1, 2, 3, 4])
|
| 34 |
met_data['Time'] = met_data['Time'].astype(str)
|
| 35 |
date_time = met_data['Time'] = pd.to_datetime(met_data['Time'], format='%Y%m%d%H%M')
|
| 36 |
met_data = met_data.set_index('Time')
|
|
|
|
| 30 |
|
| 31 |
def read_datasets():
|
| 32 |
#@title ### Preprocessing meteorologic data
|
| 33 |
+
met_data = pd.read_csv(PATH_PREFIX + 'PL_44527.19-21.csv.gz', compression='gzip', sep=';', skipinitialspace=True, na_values='n/a', skiprows=[0, 1, 2, 3, 4])
|
| 34 |
met_data['Time'] = met_data['Time'].astype(str)
|
| 35 |
date_time = met_data['Time'] = pd.to_datetime(met_data['Time'], format='%Y%m%d%H%M')
|
| 36 |
met_data = met_data.set_index('Time')
|
pq_terheles_2021_adatok.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|