Closed uvchik closed 4 years ago
Fix: #86
The read_csv() function of pandas read column names as strings. In a weather file the second level of the columns are the data heights. These heights should be of type integer.
read_csv()
With this PR these values are converted into integer values.
Fix: #86
The
read_csv()
function of pandas read column names as strings. In a weather file the second level of the columns are the data heights. These heights should be of type integer.With this PR these values are converted into integer values.