Skip to content

Commit

Permalink
Solve - Docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelrahmanAmr3 committed Mar 26, 2024
1 parent b2f73d5 commit 484da00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthstat/xES/get_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_merged_csv(area_name, workflow, kelvin_to_celsius=False, output_name=Non
if kelvin_to_celsius:
merged_df['Temperature_Air_2m_Min_24h'] = merged_df['Temperature_Air_2m_Min_24h'] - 273.15

# make the date column the first coulmn
# make the date column the first column
merged_columns = merged_df.columns.tolist()
merged_columns.remove('date')
merged_df = merged_df[['date'] + merged_columns]
Expand Down

0 comments on commit 484da00

Please sign in to comment.