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
using DataFrames, CSV
aa = randn(Float32, 10, 10)
fn_debug = "debug.csv"
CSV.write(fn_debug, DataFrame(aa))
gives on Julia v0.7.0
dateformat: ┌ Warning: Calling `print` on `nothing` is deprecated; use `show`, `repr`, or custom output instead.
and on Julia v1.0.0
dateformat: Error showing value of type CSV.Sink{Nothing,DataType}:
ERROR: ArgumentError: `nothing` should not be printed; use `show`, `repr`, or custom output instead.
The text was updated successfully, but these errors were encountered:
gives on Julia v0.7.0
and on Julia v1.0.0
The text was updated successfully, but these errors were encountered: