-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hello,
http://www.david-anthoff.com/jl4ds/stable/fileio.html shows usage such as
df = load("https://raw.githubusercontent.com/davidanthoff/CSVFiles.jl/master/test/data.csv") |> DataFrame
maybe a cache mechanism (such as https://github.com/helgee/RemoteFiles.jl or https://github.com/oxinabox/DataDeps.jl ) should be integrated to Queryverse (or at least its usage be better documented)
A possible API could be
df = load(RemoteFile("https://raw.githubusercontent.com/davidanthoff/CSVFiles.jl/master/test/data.csv", "data.csv")) |> DataFrame
or
df = load(RemoteFile("https://raw.githubusercontent.com/davidanthoff/CSVFiles.jl/master/test/data.csv")) |> DataFrame
So file will be stored with data.csv as filename (by default) and inside a default directory
But this is probably not the right place to suggest this... maybe FileIO?
Kind regards
Metadata
Metadata
Assignees
Labels
No labels