We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I tried listing 4.3 with Pluto. I ran into several bugs even after inserting the missing datatype of the sink (=DataFrame) (screenshot attached).
Listing_4 3
I succeeded with a workaround with package HTTP and HTTP.get:
http_response = HTTP.get("https://raw.githubusercontent.com/h-Klok/StatsWithJuliaBook/master/data/purchaseData.csv") myData = CSV.File(http_response.body)
All the best, Claus
The text was updated successfully, but these errors were encountered:
Here's the screenshot of the workaround
Sorry, something went wrong.
No branches or pull requests
Hi,
I tried listing 4.3 with Pluto. I ran into several bugs even after inserting the missing datatype of the sink (=DataFrame) (screenshot attached).
Listing_4 3
I succeeded with a workaround with package HTTP and HTTP.get:
http_response = HTTP.get("https://raw.githubusercontent.com/h-Klok/StatsWithJuliaBook/master/data/purchaseData.csv")
myData = CSV.File(http_response.body)
All the best, Claus
The text was updated successfully, but these errors were encountered: