Fork me on GitHub
#data-science
<
2024-04-08
>
emilaasa12:04:20

Is there a good tutorial to using tablecloth somewhere? I'm looking here at the moment, but this is a little bit more reference type docs: • https://scicloj.github.io/tablecloth/https://cljdoc.org/d/scicloj/tablecloth/7.029/doc/readme

Daniel Slutsky14:04:49

A few video tutorials: Introductions re:Clojure 2021 workshop: Wrangling datasets with Tablecloth by Mey Beisaron https://www.youtube.com/watch?v=VD17eB6vVto Catch 'em All: Efficient Massive Tabular Data Handling with Tablecloth by Mey Beisaron https://www.youtube.com/watch?v=a0T_d_N7wbg Diving more into the internals Clojure data-recur meeting 4: Tablecloth by Ethan Miller https://www.youtube.com/watch?v=kME868FvT2A Usage for data analysis Cooking up a workflow for data (the part by Kira) https://www.youtube.com/watch?v=skMMvxWjmNM (Kira's part)

emilaasa14:04:37

Thanks so much! 🍿

🙃 1
Daniel Slutsky14:04:09

Anyway I think the docs are great, and really well organised. Reading through them, and skipping sometimes, can be a good way to learn.

emilaasa14:04:46

Yes - the docs are great!

emilaasa14:04:18

I managed to get going pretty well with this: https://scicloj.github.io/tablecloth/

👍 1
emilaasa05:04:12

This was exactly what I was hoping existed https://www.youtube.com/watch?v=skMMvxWjmNM Excellent demo @UPGS9BS0L!

👍 1
Kira Howe12:04:57

Glad you found it useful! I also have a collection of tutorials going through example problems in Clojure in my Tidy Tuesday series here: https://codewithkira.com/clojure-tidy-tuesdays/

Kira Howe12:04:00

so far it’s mostly tablecloth

emilaasa05:04:44

That looks great! I've stumbled around a bit now poking at various parts of the eco-system and I am super impressed at what has happened in a couple of years here. This feels so fun and good to use now!

👍 2
Mattias06:04:00

Just wanted to add to the chorus and say that 1) introduction level material is needed 2) love all of Kiras videos, and 3) some part of the population finds it hard to learn efficiently from video content and still prefer text… but anyway, the trend seems to be positive so, yay 😄

👍 1
Kira Howe14:04:45

Yeah I hear you Mattias! My main focus this year is to document and make high-quality tutorials for getting started with Clojure’s data science stack, there’s definitely a huge need. I would love your feedback on the tidy tuesday style tutorials, and also check out the Clojure data scrapbook that Daniel mentioned, there are lots of amazing things in there too