In Julia, when i using CSVread ,the error show as image ,anyone can help?
using DataFrames
using CSV
data = CSVread("total_0.csv")
CodePudding user response:
use CSV.read("total_0.csv", DataFrame)
In Julia, when i using CSVread ,the error show as image ,anyone can help?
using DataFrames
using CSV
data = CSVread("total_0.csv")
CodePudding user response:
use CSV.read("total_0.csv", DataFrame)