You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a small 'typo' in the renewable_power_plants_UK.csv (version from 25.08.2020). In line 1651 there is an additional line break within the last value. The string is
For many csv readers (inclusively pandas) this results in an unwanted data entry "Humber Wind Ltd/ Balfour Beatty Investments and Equitix." with empty columns. It would be nice if the next version fixes this.
The text was updated successfully, but these errors were encountered:
There is a small 'typo' in the
renewable_power_plants_UK.csv
(version from 25.08.2020). In line 1651 there is an additional line break within the last value. The string is"""
E.ON
Humber Wind Ltd/ Balfour Beatty Investments and Equitix.
"""
For many csv readers (inclusively pandas) this results in an unwanted data entry "Humber Wind Ltd/ Balfour Beatty Investments and Equitix." with empty columns. It would be nice if the next version fixes this.
The text was updated successfully, but these errors were encountered: