Comment on Data Science in Julia for HackersparentComments−wenc5yIf 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...
Comments
If you're referring to the `for` loop replacing Spanish month names with English ones, that could have been done like this [1]:
[1] https://syl1.gitbook.io/julia-language-a-concise-tutorial/us...