Featured
About Bar Plots
Bar plots have been taking up too much of my time lately, so I thought I should write down two very basic customizations, the logic behind them, and some general go...
Custom Order in Pandas DataFrames
I have recently discovered that creating your own category order on a Pandas DataFrame column could be a very powerful tool. It certainly saved me some headaches. ...