-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
Read CSV directly from URL #506
Comments
There has been interest generally to move MbedTLS and HTTP.jl as stdlibs, where it would be much easier to support this w/o having to take on extra dependencies. |
I've added an example to the |
That seems like a good compromise 👍 |
Hi, I come from Python, in In the perspective of Julia, using |
@hungpham3112 For packages like this, keeping really lean is important. I don't know that building a bespoke URL is worth the added development / maintenance burden. That said, I wonder if a package-extension for people that also load HTTP.jl might be possible.
Given this was 4 years ago, and the general trend lately is rather taking things out of stdlib, it might be worth revisiting |
I think it's worth reopening to see what people think. |
I think if someone was up for it, the best path forward would be to use the Downloads stdlib. This would involve modifying the Anyone want to take a stab at it? |
Just chiming in to say that this would be a very nice feature to have to make Julia more accessible |
This would be a place that FilePathsBase.jl integration could work nicely, if there were more support for web paths. |
This was mentioned in #3, but that was ~4 years ago. Not sure it's worth taking a dependency on HTTP.jl, but being able to do
CSV.read(url)
would be really great.The text was updated successfully, but these errors were encountered: