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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
I am working with a data set which has multiple phenomena per station. Some station do not provide any data (empty cells, red in the screenshot) for certain phenomenas. Other stations do but lack data for other phenomena. This can be seen from the screenshot of the tabular data.
It also happens that a station misses data for a phenomena for a certain day while data is available for the same phenomena on all the other days. This can been seen in the following screenshot:
Status quo
At the current state the importer skips the whole row if it lacks data for at least one of the columns.
Skip CSV line (2) #2751; Reason: Line is empty.; Raw data: '[32, 2015-06-19, , , , , 13.0, 18.0, , , , , , , 2.0, 6.0]'
Workaround
I could enter 0 for these cells but that would actually be an incorrect statement.
Change request
Please allow to import all available values from a row. Skip empty cells, continue processing the next cell.
I am working with a data set which has multiple phenomena per station. Some station do not provide any data (empty cells, red in the screenshot) for certain phenomenas. Other stations do but lack data for other phenomena. This can be seen from the screenshot of the tabular data.
It also happens that a station misses data for a phenomena for a certain day while data is available for the same phenomena on all the other days. This can been seen in the following screenshot:
Status quo
At the current state the importer skips the whole row if it lacks data for at least one of the columns.
Workaround
I could enter
0
for these cells but that would actually be an incorrect statement.Change request
Please allow to import all available values from a row. Skip empty cells, continue processing the next cell.
Related
The text was updated successfully, but these errors were encountered: