top of page

Python Data Analysis Guided Project Level 4, 17min- Analyze Stores sales from Supermarket Chain

Updated: Aug 21, 2023

In Python Data Analysis guided project. Using the template or solution workbook follow along with me and analyze the various store in this supermarket chain. We will use Pandas in Python for our analysis. This guided project in Python focuses on using the .apply function in Pandas. This is a recursive function that iterates through each row using a user-defined function that we will create. This works very similar to a for loop but is fewer lines of code.











Send data science teacher brandyn a message if you have any questions









Instruct, instructional, instructional education,free python learn, seaborn, python, data analysis, analysis, project, data analysis project, pandas, analyze, statical analysis
plot distributions in for loop with pandas .plot


Here we use a loop to plot all of our distributions in pandas with a histogram plot in our univariate analysis.


Instruct, instructional, instructional education,free python learn, seaborn, python, data analysis, analysis, project, data analysis project, pandas, analyze, statical analysis
Create user defined function and apply it with pandas .apply function

Here we will use the .apply function to apply user-defined functions to engineer new features that will aid in our data analysis.


Instruct, instructional, instructional education,free python learn, seaborn, python, data analysis, analysis, project, data analysis project, pandas, analyze, statical analysis
Load data from GitHub reservoir


Instruct, instructional, instructional education,free python learn, seaborn, python, data analysis, analysis, project, data analysis project, pandas, analyze, statical analysis, insights, summary
Summary of insights extracted during analysis

We will go through our Python data analysis to collect insights and at the end of our project, we compile all our analytical insights and put them together for our business partners.








940 views0 comments
bottom of page