top of page
Search
Jan 27, 20231 min read
Python Data Analysis Tips - barplot Seaborn change outline color edit patches
DataSimple.education  Certifications Data Analysis, Pandas, Seaborn, Plotly and More In Python learn how to use the barplot . This...
240 views0 comments
Jan 18, 20232 min read
Python Data Analysis Tips - Anomaly Detection Plot in Seaborn
DataSimple.education  Certifications Data Analysis, Pandas, Seaborn, Plotly and More In Python with Seaborn learn how to make an anomaly...
3,574 views0 comments
Jan 12, 20231 min read
Python Data Analysis Tips - StripPointPlot in Seaborn, Combine strip and point plots on a FacetGrid
DataSimple.education  Certifications Data Analysis, Pandas, Seaborn, Plotly and More In Python Seaborn is a powerful analytical tool. ...
261 views0 comments
Dec 12, 20221 min read
Python Data Analysis Guided Project Drugged Islanders, Level 1, 19 minutes
On this beginner-guided instructional project in Python we will explore with our Python data analysis skills what happened to the...
2,051 views0 comments
Dec 5, 20221 min read
Python Data Analysis Tips FacetGrid in Seaborn apply multple histplot violinplot hue
learn how to use seaborn FacetGrid with seaborn histplot and violinplot . the FacetGrid allows you to with the help of the argument hue,...
221 views0 comments
Dec 3, 20221 min read
Python Data Analysis learn how to control the sub-plotting functions while using Seaborn's jointplot
This modern-day scatterplot allows us to extract valuable insights but it can be tricky to get the right effect. learn the ins and outs...
2,024 views0 comments
Dec 1, 20221 min read
Python Data Analysis Guided Project Level 4, 17min- Analyze Stores sales from Supermarket Chain
In Python Data Analysis guided project. Using the template or solution workbook follow along with me and analyze the various store in...
1,002 views0 comments
Nov 30, 20221 min read
Python ML guided project Level 1, 24min - simple linear regression house price prediction
This intro project is great for those new to Sklearn. Learn how to set up an ML workflow. From exploratory data analysis to predictions....
5,601 views1 comment
Nov 28, 20221 min read
data analysis tips - displot in seaborn. groupby categories to inspect lower level distributions
use the displot in seaborn to inspect your distributions grouping by up to 3 categories to allow you to inspect the distributions by each...
152 views0 comments
Nov 26, 20221 min read
Python data analysis guided project spaceship titanic data analysis for machine learn 31 min level 8
Data Analysis Guided Project in Python. Use your data analysis skills and analyze the spaceship titanic data from Kaggle Competition as...
490 views0 comments
Nov 25, 20221 min read
Python Data Analysis Tips swarmplot how when why to use a Seaborn swarmplot
Python beginner data analysis tips on how to use seaborn swarmplot() . Learn why you would use this distribution plot versus other types...
2,008 views0 comments
Nov 25, 20221 min read
Python Data Analysis Tips countplot why use Seaborn's countplot
Learn to use Seaborn's countplot(). One of the few plots we can use directly on category columns. understanding the balance or...
34 views0 comments
Nov 25, 20221 min read
python data analysis tips boxenplot how when why to use a boxenplot
With Python, learn to use the boxenplot() in seaborn and a modern combination of a box and histogram() plot. learn when, why, and how to...
541 views0 comments
Nov 25, 20221 min read
Python Data Analysis Tips violinplot in seaborn when how why to use violinplot
In python, why would you use seaborn's violinplot() versus any other distribution plot? learn how, when and why you would use the...
335 views0 comments
Nov 25, 20221 min read
Python Data Analysis Tips Seaborn boxplot when how and why to use a boxplot
Data analysis tips in python for using seaborn's boxplot() functions. Why would you use a boxplot versus a histogram? learning...
258 views0 comments
Nov 23, 20221 min read
Python Data Analysis guided project - Sri Lanka Economic Analysis. Level 7, 26 min
Study what happened to the Sri Lanka economy with python from 1966 to 2022 and see if you can understand what lead to the high inflation...
430 views0 comments
Nov 23, 20221 min read
Python data analysis guided project - world happiness index - level 5, 30 min
Use pandas and seaborn in Python to analyze the world happiness index and better understand what affect a countries happiness by...
36 views0 comments
Nov 23, 20221 min read
python data analysis - Ukraine war June 2022 - level 5, 35 min
Data science and data analysis gives us access to the ability to make our own interpretations from the data. I wanted to see what was...
340 views2 comments
Nov 23, 20221 min read
Python Data Analysis Guided Project - Develop Marketing Campaign from Customer Data - level 3,29 min
Use pandas and seaborn in Python to analyze the purchasing patterns and relationships of supermarket customers' data in this...
2,291 views0 comments
Nov 22, 20221 min read
plot many distribution with for loop and seaborn
Use a for loop to loop through a list of the columns and use seaborn to plot all the histograms of our dataset and use them to plot each...
72 views0 comments
bottom of page