Posts
-
Visualising Fixed Effects
Fixed effect models are a popular tool to deal with unobserved heterogeneity. This post tries to illustrate how they work in a non-technical way.
-
Non-Separating Commas in Comma Separated Values
Ill-formatted csv files are no uncommon phenomenon in the wild. This post explores how to deal with a particular problem in
python
using regular expressions.