diff --git a/mlair/run_modules/post_processing.py b/mlair/run_modules/post_processing.py
index cb3f938602164e624aaa6f7d43c0ad83c32e15c2..95120868d009bf111e333ce68c9c1405b0b96587 100644
--- a/mlair/run_modules/post_processing.py
+++ b/mlair/run_modules/post_processing.py
@@ -271,6 +271,7 @@ class PostProcessing(RunEnvironment):
     def store_crps_reports(df, report_path, subset, station=False):
         if station is True:
             file_name = f"crps_stations_{subset}.%s"
+            df = df.transpose()
         else:
             file_name = f"crps_summary_{subset}.%s"
         column_format = tables.create_column_format_for_tex(df)