Hacker News new | ask | show | jobs
by wenc 1917 days ago
If you're referring to the `for` loop replacing Spanish month names with English ones, that could have been done like this [1]:

    rainData.month = map(mth -> myEsEnDict[mth], rainData.month)
[1] https://syl1.gitbook.io/julia-language-a-concise-tutorial/us...