A2FP / a2fp

Ann Arbor Functional Programming User Group
11 stars 3 forks source link

Dataframes in ML-like languages #29

Open apatil opened 6 years ago

apatil commented 6 years ago

I might be up for giving a short talk on this if there is interest.

Having spent a ton of time debugging unexpected issues in large Python statistics packages earlier in my career, I've often thought that it would be awesome to have a data science environment in an ML-like language.

However, it's not trivial to design an appealing workflow for exploratory data analysis and data manipulation that works well in ML-like type systems. In the dominant data science languages, Python and R, these workflows are centered around data frames.

I could review the existing efforts in Haskell, OCaml, Scala and Idris and then collect sparks of inspiration from the audience. :)

mwotton commented 6 years ago

that would be great actually. Anthony Cowley is into this sort of thing, might be worth checking out https://github.com/acowley/Frames

apatil commented 6 years ago

That's exactly what I meant by "existing efforts in Haskell". :) Do you know Anthony?

mwotton commented 6 years ago

well, not in the flesh, but we've been chatting on twitter a long time :)

filippovitale commented 6 years ago

There is no "full talk" confirmed yet for this month's meetup. Would you be interested on presenting this one, the last week of September if we will find another talk to pair it with?

apatil commented 6 years ago

I would love to but that's probably unrealistic given my work schedule. :( I'll probably have to make this talk whenever I have time, then afterward think about scheduling it.