h-Klok / StatsWithJuliaBook

https://statisticswithjulia.org/
MIT License
1.08k stars 279 forks source link

Listing 4.3 #46

Open CMoebus opened 2 years ago

CMoebus commented 2 years ago

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

CMoebus commented 2 years ago

Here's the screenshot of the workaround Listing_4 3_workaround