We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Errore durante il caricamento. Si prega di riprovare più tardi." It's not possible to load the csv sample attached
Original dataset: http://opencup.gov.it/documents/21195/100257/Report+Incentivi+CSV/76d83867-b82c-4e48-9041-d952a19b67a9
Chrome Version 64.0.3282.186 (Official Build) (64-bit)
The sample should be loaded and the fields displayed in order to proceed with the metadata informations.
The sample is parsed correctly in Python with Pandas using the code:
import pandas as pd data = pd.read_csv("incentivisample.csv", sep="|")
79 columns
Error message is displayed: "Errore durante il caricamento. Si prega di riprovare più tardi."
The text was updated successfully, but these errors were encountered:
In the header there are some blank spaces, @giux78
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
"Errore durante il caricamento. Si prega di riprovare più tardi."
It's not possible to load the csv sample attached
Original dataset:
http://opencup.gov.it/documents/21195/100257/Report+Incentivi+CSV/76d83867-b82c-4e48-9041-d952a19b67a9
Your environment
Chrome Version 64.0.3282.186 (Official Build) (64-bit)
Steps to reproduce
Expected behaviour
The sample should be loaded and the fields displayed in order to proceed with the metadata informations.
The sample is parsed correctly in Python with Pandas using the code:
79 columns
Actual behaviour
Error message is displayed: "Errore durante il caricamento. Si prega di riprovare più tardi."
The text was updated successfully, but these errors were encountered: