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
Writing INT128_MIN produces -/)0/,//(-,*0,*'.-/)-/*()-0-)/+((,/0+).( instead of valid output. Logs:
-/)0/,//(-,*0,*'.-/)-/*()-0-)/+((,/0+).(
julia> df = DataFrame(a = Int128[]) 0×1 DataFrame Row │ a │ Int128 ─────┴──────── julia> push!(df, [Int128(-170141183460469231731687303715884105728)]) 1×1 DataFrame Row │ a │ Int128 ─────┼─────────────────────────────────── 1 │ -1701411834604692317316873037158… julia> CSV.write("a.csv", df) "a.csv" julia> CSV.read("a.csv", DataFrame) ┌ Warning: thread = 1 warning: parsed expected 1 columns, but didn't reach end of line around data row: 1. Parsing extra columns and widening final columnset └ @ CSV ~/.julia/packages/CSV/XLcqT/src/file.jl:593 1×5 DataFrame Row │ a Column2 Column3 Column4 Column5 │ String7 String7 String3 String31 String7 ─────┼───────────────────────────────────────────────────────── 1 │ -/)0/ //(- *0 *'.-/)-/*()-0-)/+(( /0+).(
The text was updated successfully, but these errors were encountered:
UPD: i've created a PR containing the fix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Writing INT128_MIN produces
-/)0/,//(-,*0,*'.-/)-/*()-0-)/+((,/0+).(
instead of valid output. Logs:The text was updated successfully, but these errors were encountered: