Resolve "release v1.2.0"
Compare changes
- Felix Kleinert authored
+ 26
− 5
@@ -128,15 +128,36 @@ class PreProcessing(RunEnvironment):
@@ -128,15 +128,36 @@ class PreProcessing(RunEnvironment):
df = df.reindex(df.index.drop(["# Stations", "# Samples"]).to_list() + ["# Stations", "# Samples"], )
df.to_latex(os.path.join(path, "station_sample_size.tex"), na_rep='---', column_format=column_format)
df.drop(meta_data, axis=1).to_latex(os.path.join(path, "station_sample_size_short.tex"), na_rep='---',