
Recoding (Column) Values in Python
Data recoding is a dreaded task, but the results are well worth the effort. In this post, I share several methods for quickly recoding column values using the Polars and Pandas libraries in Python...

Renaming Columns in Python
This post shares several methods for renaming DataFrame columns using the Polars and Pandas libraries in Python...

Design with a discerning, editing eye
A keen editing eye can enhance your designs, enabling effective communication and visual appeal. Learn how to use this skill by creating a customized ggplot2 theme in R...

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…

Work Smarter, Not Harder.
Functions can save you time and a whole lot of manual copy-paste work…

List Files in a Directory in R
Seeing (and knowing) the contents of a directory is important. Use the list.files() function in R to print the names of the files and folders in a directory…