Skip to content

Listing 4.3 #46

Open
Open
@CMoebus

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).

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions