Reading data from the web with CSV.jl, DataFrames.jl and Chain.jl

By: jkrumbiegel.com

Re-posted from: https://jkrumbiegel.com/pages/2021-05-20-reading-data-from-web/index.html

Recently, I had to read in a dataset from Hillenbrand (1995), published as an annotated csv-like file on a website. The dataset describes formant frequencies of several vowel utterances from different speakers. I thought I ended up with a pretty slick implementation showing off some of the tools available in the Julia data science ecosystem.