Open
Description
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).
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
Metadata
Assignees
Labels
No labels
Activity