Plotting word counts through time with Pandas, Resample, and Plotly


1. Open and prepare the dataset


For this task, I created an example dataset of old-fashioned Dutch boy names. If you are working with your dataframe, then you need at least the following two columns:


2. Getting the words counts for a term of interest


Somethings to consider: