Introduction to Data Analysis Lesson 4 Data Analysis Process - Case Study 1: Appending Data
Appending Data
You can combine the red and white datasets to make your analysis more efficient. Use NumPy to create a new column that preserves color information, and then use pandas to combine the dataframes.
^ numpy's repeat
^ pandas' append & me...