Publications by R on Publishable Stuff

IBA cocktails in csv and json format: But why?!!

12.03.2023

Yesterday I put up a post where I described how I scraped The International Bartenders Association (IBA) cocktails into csv and json format. Timothy Wolodzko had a reasonable question regarding this on Mastodon: Two reasons: Data that’s not sitting in a CSV file make me a bit nervous. With data snugly in a CSV file, there are so many t...

1466 sym 8 img

The International Bartenders Association (IBA) cocktails in csv and json format

11.03.2023

I find it fascinating that the International Bartenders Association (IBA) keeps a list of “official” cocktails. Like, it’s not like the World Association of Chefs’ Societies keeps a list of official dishes. But yet the IBA keeps a list of official cocktails and keeps this up to date (!), as well. For example, I have sad news for all you...

3221 sym 4 img

Call ChatGPT (or really any other API) from R

02.03.2023

It’s March 2023 and right now ChatGPT, the amazing AI chatbot tool from OpenAI, is all the rage. But when OpenAI released their public web API for ChatGPT on the 1st of March you might have been a bit disappointed. If you’re an R user, that is. Because, when scrolling through the release announcement you find that there is a python packag...

2848 sym R (3286 sym/7 pcs) 2 img

P-value bowling

19.02.2023

I recently went bowling, and you know those weird 3D-animated bowling animations that all bowling alleys seemed to show whenever you made a strike? They are still alive and well! (At least at my local bowling place). And then I thought: Can I get animations like that into my daily data science workflow? With Rstudio’s built-in Viewer tab, I ab...

1188 sym R (1783 sym/2 pcs) 2 img

Three strategies to tackle Big Data in R and Python

14.02.2023

While Big Data™ might not be a buzzword anymore, data that’s uncomfortably large is not going anywhere. In this 30 min. screencast I go through three strategies you can use to tackle big data in R and Python. I also briefly cover three tools: duckDB, Apache Spark, and SnowflakeDB. Here’s the full R code and the full Python code show...

834 sym

Putting the top 100 R packages into a GIF

11.02.2023

You can say what you want about Twitter, but the way animated GIFs are presented on that platform is pretty nice. It’s not so surprising that they play and loop, as one would expect them to do, but the nice thing is that if you click them, they pause. This tiny change in GIF behavior has resulted in a small cottage industry of GIF games (like ...

3062 sym R (5271 sym/6 pcs) 4 img

Data from the file drawer: Remembering case-sensitive and case-insensitive words

04.02.2023

I’ve dug up an old, never published, dataset that I collected back in 2013. This dataset fairly cleanly shows that it’s harder to remember words correctly if you also have to remember the case of the letters. That is, if the shown word is Banana and the subject recalls it as Banana, then it’s correct, but banana is as wrong as if the subjec...

1547 sym 2 img