A Day in the Life: Women and Men

Using the past couple of years of data from the American Time Use Survey, I simulated a working day for men and women to see how schedules differ. Below shows the results. Each dot represents a person, where cyan represents women and orange represents men.

A Day in the Life of Women and Men

This is a simulation, based on data from the American Time Use Survey.

Household care refers to household work, such as cleaning, cooking, and laundry, as well as taking care of others (children, for example). As you might expect, a higher percentage of women than men do this activity throughout the day.

I was kind of surprised that the split for paid work isn’t closer to 50-50. The distribution of women and men is almost the inverse of the distribution for household care. But that seems to make sense, if we assume women tend to reduce work hours to take care of more household responsibilities.

I also expected leisure time to lean more towards men in the evening hours. It did, but not as much as I thought it would. I’ll have to look at that more closely.

Notes

  • The data comes from the 2016-2017 American Time Use Survey. I downloaded the microdata through IPUMS. It’s the dataset that keeps on giving.
  • I analyzed and processed the data in R. I also ran the simulations in R.
  • I used D3.js to make the chart above. Here’s the tutorial from a while back. I had hoped to port my previous code to at least D3.js v4, but my revised implementation was sluggish. So I went back to v3.

Become a member. Support an independent site. Make great charts.

See What You Get

Learn to Visualize Data See All →

How to Make Dot Timelines in R

For when you want to show the occurrence of events over time.

How to Make an Interactive Choropleth Map

When presented with a static graphic, it can be useful to see specific values after you see overall patterns. This tutorial shows you how to add simple interactions to a choropleth map so you can get specifics for regions.

How to Make Ternary Plots in R, with ggplot2

When you want to compare between three parts of your data, ternary plots might be a good option. Here is how to make them.

Small Multiples in R

Make a lot of charts at once, line them up in a grid, and you can make quick comparisons across several categories.

Favorites

Graphical perception – learn the fundamentals first

Before you dive into the advanced stuff – like just about everything in your life – you have to learn the fundamentals before you know when you can break the rules.

Best Data Visualization Projects of 2016

Here are my favorites for the year.

Seeing How Much We Ate Over the Years

How long will chicken reign supreme? Who wins between lemon and lime? Is nonfat ice cream really ice cream? Does grapefruit ever make a comeback? Find out in these charts.

A Day in the Life: Women and Men

Using the past couple of years of data from the American Time Use Survey, I simulated a working day for men and women to see how schedules differ. Watch it play out in this animation.