loadtxt(fname::AbstractString; dtype::DataType=Float64, comments::Union{AbstractString, Char}="#", delimiter::Union{Nothing, AbstractString, Char}=nothing, converters ...
numpy.loadtxtはpandasのread_csvと使い方似てる? usecolsで使用する列番号を指定できる。