Recent Posts

Pandas Help

less than 1 minute read

Group by a category, count the totals, and sort descending df.groupby('col1', as_index = False).size().sort_values(ascending=False) lemurs.groupby...

Divorce Statistics

less than 1 minute read

Divorce rates Why are divorce rated lower when income increases? Do couples argue less about money as it becomes more available? Does more education and/or h...

Simpson’s Paradox

less than 1 minute read

What is Simpson’s paradox? It is possible to draw two different and opposite conclusions from the same data, depending on how it is grouped. This paradox can...