Renaming Columns in Python
This post shares several methods for renaming DataFrame columns using the Polars and Pandas libraries in Python...
Order Your Data with Intention – ggplot edition
Having trouble displaying data in ggplot? This post shares two strategies for sorting your chart data using ggplot…
Be Careful With (Data) Binning
Grouping data into bins or categories can make it easier to analyze. But beware, binning can lead to deceptive data (re)presentations…
Order Your Data with Intention – Part 3
Displaying data in an order that supports interpretation can help you tell a more compelling story. This post discusses ordering data chronologically…
Order Your Data with Intention – Part 2
Displaying data in an order that supports interpretation can help you tell a more compelling story. This post, the second in a series of three, discusses ordering chart series…
Order Your Data with Intention – Part 1
Displaying data in an order that supports interpretation can help you tell a more compelling story. This post, the first in a series of three, discusses data sorting…