Used Python to analyze and visualize data for Instacart's public datasets. The project looked to segment the customer profiles to see where the marketing team could focus more attention on growing sales.
Completed standard data wrangling and consistency checks.
Merged multiple data sets into a pickle file.
Created new coloumns using loc() function and for-loops.
Summarized data using groupby() function.
Used Python to create histograms, bar and line charts, and scatterplots to discover relationships between variables.