← All tags
2 posts tagged with "data analysis"
22 September, 2019#R#optimize#data analysis
Optimizing my colleague's R code
A little more than a year ago, I started an R user group at work. It was originally intended as a continuation of a six-week R workshop I prepared and gave. Since then, the user group has been meeting once a month to share interesting…
08 September, 2019#Python#Pandas#data analysis
The method chain must go on
Recently, I had a chance to refactor a Python command-line app used internally at work. The key function of this app is to fetch and reshape some tabular data to update a database and generate a CSV file that is a dataset product based on…