Skip to content
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

Listing 4.3 #46

Open
CMoebus opened this issue Aug 5, 2022 · 1 comment
Open

Listing 4.3 #46

CMoebus opened this issue Aug 5, 2022 · 1 comment

Comments

@CMoebus
Copy link

CMoebus commented Aug 5, 2022

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
Copy link
Author

CMoebus commented Aug 5, 2022

Here's the screenshot of the workaround
Listing_4 3_workaround

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant