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
Esempio:
tre campi: Integer, String, Real
csvt
Un file .csvt contiene solo una riga e i tipi per ogni colonna devono essere quotati e separati da virgola , ad es
"Integer", "String", "Real"
oppure:
"Integer (6)", "Stringa (22)","Real (2,2)"
Fonte:
Allego i due file di esempio:
test.zip
The text was updated successfully, but these errors were encountered:
caro @pigreco c'è da predisporre uno script di inferencing.
Un punto di partenza, basato ad esempio su Miller, applicato al tuo file
mlr --c2x put 'for (k,v in $*) { $[k."_type"] = typeof(v) }' then cut -r -f "_type" then head -n 1 test.csv
che restituisce
pro_com_type int comune_type string incidenza_type float
Work in progress
Sorry, something went wrong.
No branches or pull requests
Esempio:
file CSV
tre campi: Integer, String, Real
relativo file
csvt
Un file .csvt contiene solo una riga e i tipi per ogni colonna devono essere quotati e separati da virgola , ad es
oppure:
Fonte:
Allego i due file di esempio:
test.zip
The text was updated successfully, but these errors were encountered: