Skip to player
Skip to main content
Skip to footer
Search
Connect
Watch fullscreen
Like
Bookmark
Share
Add to Playlist
Report
Python - Seaborn Basic Plots Histogram, Distplot | Python Courses in Tamil | Skillfloor
Skillfloor
Follow
7 weeks ago
Learn Python's Basic Data Types in (ಕನ್ನಡ) Kannada!
Perfect for Kannada(ಕನ್ನಡ) speakers starting with Python! 👍 Like, share, and subscribe to @skillfloor.official for more easy tutorials!
Our Website:
Visit 🔗 http://www.skillfloor.com
Our Blogs:
Visit 🔗 https://skillfloor.com/blog/
PYTHON DEVELOPMENT TRAINING IN BANGALORE
Visit 🔗https://skillfloor.com/development-training-in-bangalore
Our Development Courses:
Certified Python Developer
Visit 🔗https://skillfloor.com/certified-python-developer
Certified Data BASE Developer
Visit 🔗https://skillfloor.com/certified-data-base-developer
Certified Android App Developer
Visit 🔗https://skillfloor.com/certified-android-app-developer
Certified IOS App Developer
Visit 🔗https://skillfloor.com/certified-ios-app-developer
Certified Flutter Developer
Visit 🔗https://skillfloor.com/certified-flutter-developer
Certified Full Stack Developer
Visit 🔗https://skillfloor.com/certified-full-stack-developer
Certified Front End Developer
Visit 🔗https://skillfloor.com/certified-front-end-developer
Our Classroom Locations:
Bangalore - https://maps.app.goo.gl/ZKTSJNCKTihQqfgx6
Chennai - https://maps.app.goo.gl/36gvPAnwqVWWoWD47
Coimbatore - https://maps.app.goo.gl/BvEpAWtdbDUuTf1G6
Hyderabad - https://maps.app.goo.gl/NyPwrN35b3EoUDHCA
Ahmedabad - https://maps.app.goo.gl/uSizg8qngBMyLhC76
Pune - https://maps.app.goo.gl/JbGVtDgNQA7hpJYj9
Our Additional Course:
Analytics Course
https://skillfloor.com/analytics-courses
https://skillfloor.com/analytics-training-in-bangalore
Artificial Intelligence Course
https://skillfloor.com/artificial-intelligence-courses
https://skillfloor.com/artificial-intelligence-training-in-bangalore
Data Science Course
https://skillfloor.com/data-science-courses
https://skillfloor.com/data-science-course-in-bangalore
Digital Marketing
https://skillfloor.com/digital-marketing-courses
https://skillfloor.com/digital-marketing-courses-in-bangalore
Ethical Hacking
https://skillfloor.com/ethical-hacking-courses
https://skillfloor.com/cyber-security-training-in-bangalore
#pythonforbeginners #pythoninkannada #codinginkannada #programminginkannada #skillfloor #pythoncourse #skillfloor #pythoncourse #pythonprogramming #pythonbasics #education #python #pythondatatypes #pythonint #pythonfloat #pythonboolean #pythonbasics #pythonforbeginners #pythoninkannada #pythontutorial #pythonprogrammin
Category
🦄
Creativity
Transcript
Display full video transcript
00:00
Hello everyone! In this video, we will talk about C-Bond Basic Plots.
00:08
We will talk about Histogram and Displot.
00:15
Histogram is basically univariate analysis.
00:19
We will analyze a single column.
00:22
Univariate analysis.
00:24
Basically, we have a continuous data.
00:27
We will confirm the range.
00:30
We will visualize the Histogram.
00:34
We have a Numeric data.
00:37
This is the Cepal length.
00:40
In the Cepal length, we have a long range.
00:43
Let's start 2.0.
00:46
For example, 4.4.
00:54
So, 4.4.
00:56
If we provide specific ranges,
01:00
In the first plot,
01:02
In the ranges,
01:04
We have 2.14.
01:06
We have 2.14.
01:07
The Cepal length is 1.
01:10
Then, 2.14.
01:12
That is this plot.
01:14
In this range,
01:17
It is 2.28.
01:19
If we consider 2.14,
01:21
2.28.
01:23
The Cepal length,
01:24
Plus,
01:25
Count,
01:26
There are 3.
01:27
So, in this case,
01:28
In the x-axis,
01:29
We show the continuous data.
01:32
Then,
01:33
In the y-axis,
01:34
We show the frequency.
01:35
That is the count values.
01:37
We show the histogram.
01:39
So, in this case,
01:40
In the ranges,
01:41
In the ranges,
01:42
Bins.
01:43
So,
01:44
In the tool,
01:45
2.4.
01:46
Then,
01:47
2.14.
01:48
2.28.
01:49
Then,
01:50
In the graph analysis,
01:52
Bins format,
01:53
We provide.
01:54
Okay?
01:55
This is separate of Bins.
01:57
We control these bins.
01:59
We control these bins.
02:01
Then,
02:02
So,
02:03
We will confirm,
02:04
We will confirm,
02:05
We will confirm,
02:06
We will confirm,
02:07
In this range,
02:08
We will actually,
02:09
20 bins.
02:10
We will create 20 bins.
02:12
How do we create histograms?
02:14
How do we create histograms?
02:15
SNS.hisplot.
02:17
We will get a single continuous variable.
02:20
That is,
02:21
To supply width.
02:23
Then,
02:24
Data is equal to,
02:25
Df.
02:26
Provide.
02:27
Then,
02:28
Bins.
02:29
And the number of ranges,
02:30
We will split.
02:32
Then,
02:33
KDE.
02:34
KDE stands for,
02:35
Colonel
02:36
Density Estimator.
02:38
Density Estimator.
02:39
That is,
02:40
Density Estimator.
02:44
In the kernel density estimator,
02:45
Basically,
02:46
Distribution plot,
02:48
Provide.
02:49
That is,
02:50
Normal distributed curve,
02:51
Distributed curve.
02:52
This is,
02:53
This is,
02:54
PDF.
02:55
Probability density function curve.
02:58
That is,
02:59
So,
03:00
In the data,
03:01
Normal distributed,
03:02
Skewed distributed,
03:03
Specifically,
03:04
Left skewed,
03:05
Right skewed,
03:06
So,
03:07
We have to analyze,
03:08
Analyze.
03:09
Okay.
03:10
So,
03:11
That is,
03:12
That is,
03:13
That is,
03:14
That is,
03:15
That is,
03:16
That is,
03:17
That is,
03:18
That is,
03:19
That is,
03:20
That is,
03:21
Probability density function,
03:22
So,
03:23
That curve,
03:24
That is,
03:25
That is,
03:26
That is,
03:27
That is,
03:28
Almost,
03:29
So,
03:30
Normal distributed curve.
03:31
So,
03:32
Type of distribution,
03:33
We have to activate,
03:34
So,
03:35
This is,
03:36
That is,
03:37
Normal,
03:38
A,
03:39
His plot analysis.
03:40
Next,
03:41
We change,
03:42
Then,
03:43
Var column,
03:44
Check.
03:45
So,
03:46
With that,
03:47
Now,
03:48
Petal with,
03:49
Which we analyze,
03:50
And,
03:51
Number of bins,
03:52
Now,
03:53
10,
03:54
Provide,
03:55
Okay.
03:56
Now,
03:57
Actually,
03:58
First,
04:00
Run,
04:01
So,
04:02
We import,
04:03
Then,
04:04
We have to import,
04:05
Iris data,
04:06
So,
04:07
Iris data,
04:08
So,
04:09
Load,
04:10
So,
04:11
Iris data,
04:12
Load,
04:13
The same,
04:14
With that,
04:15
We have to be able to add,
04:16
appear
04:17
Now,
04:18
As the same,
04:19
To the same,
04:20
So,
04:21
Here,
04:22
In this case,
04:23
Can we add,
04:24
To the same,
04:25
To the same,
04:26
To the same,
04:27
To that,
04:28
To the same,
04:29
This is an equation,
04:30
To the same,
04:31
So,
04:32
To the same,
04:33
To the same,
04:34
That number,
04:35
To the same,
04:36
To the same,
04:37
To the same,
04:38
To the same,
04:39
petal length is completely skewed data
04:51
so in this case we use his plot
04:54
we will confirm the data cell where we have a count
04:58
1 to 2.2
05:02
we will add the petal length
05:06
here is 37
05:09
then here is 13
05:12
so we will count the 50 plus
05:16
we will see that
05:18
separate plus
05:20
separate plus
05:22
separate and analyze the parameter
05:24
usually we provide
05:26
q
05:28
sns.hisplot
05:30
x equals petal length
05:32
data equals df
05:34
kd equal to 2
05:36
activate
05:38
petal width
05:39
based
05:40
one species
05:42
so first
05:44
plot
05:45
this is actually
05:46
petal width
05:48
for setosa
05:49
in the plot
05:51
so here is the distribution curve
05:53
we will continue
05:54
and analyze the blue color line
05:56
so here is completely left skewed
05:59
or right skewed
06:01
tail is right
06:05
right tail
06:06
next
06:07
we will see versical
06:08
virginica
06:09
in the plot
06:11
in the plot
06:12
actually shaded
06:13
like light orange
06:15
this is the color
06:17
so two
06:18
virginica
06:19
overlap
06:20
in the plot
06:21
show
06:22
so here is the
06:23
versical
06:24
plot
06:25
actually
06:26
here is the graph
06:27
so here is the graph
06:29
so here is the left
06:30
a
06:31
so here is the individual species
06:33
individual species
06:35
petal width
06:36
or distribution
06:37
we will analyze
06:38
q parameter
06:39
provide
06:40
next
06:43
displot
06:44
displot
06:45
his plot
06:46
almost
06:47
same
06:48
okay
06:49
recent version
06:50
we will use
06:51
his plot
06:52
so
06:53
his plot
06:54
and displot
06:55
we will compare
06:56
to this plot
06:57
univariate analysis
06:58
for categorical data
06:59
we can provide
07:00
categorical data
07:01
we can provide
07:03
that
07:04
we can use
07:05
continuous variable
07:07
like
07:08
q parameter
07:09
support
07:10
so customization
07:11
we can compare
07:12
histogram
07:13
and we can
07:14
displot
07:15
and
07:16
result
07:17
is the same
07:18
so
07:19
sns.displot
07:20
we can provide
07:22
the color
07:23
we can provide
07:24
the same
07:25
we can provide
07:26
the same
07:27
that is
07:28
continuous data
07:29
confine
07:30
then
07:31
over blocks
07:32
we can convert
07:33
bins
07:34
we can provide
07:35
bins
07:36
we can provide
07:37
bins
07:38
then
07:39
kd
07:40
is
07:41
isplot
07:42
we can provide
07:44
kd
07:45
equal to true
07:46
kd
07:47
equal to true
07:48
we can provide
07:49
provide
07:51
this is the difference
07:52
but
07:53
we can provide
07:54
same result
07:55
so
07:56
we can check
07:57
petal
07:58
width
07:59
same plot
08:01
so
08:03
we can tell
08:04
right
08:05
right
08:06
right
08:07
right
08:08
skew data
08:09
so
08:10
almost
08:11
same
08:12
but
08:13
customization
08:14
we can
08:16
we can
08:18
in the
08:19
histogram
08:20
that
08:21
we can
08:22
see
08:23
this is the
08:24
histogram
08:25
and
08:26
this
08:27
plot
08:28
next
08:29
video
08:30
thank you
Recommended
2:53
|
Up next
Drive Traffic to Your Business with Free Backlinks | Eflot-Digital Marketing Agency Bangalore
Eflot
4 months ago
0:52
Top 10 SEO Mistakes Killing Your Google Rankings | Eflot
Eflot
4 months ago
2:41
SEO Made Simple: How to Rank Higher on Google! | Eflot
Eflot
5 months ago
9:13
Python - Purpose of Version Control & Popular tools | Python Courses in Tamil | Skillfloor
Skillfloor
5 weeks ago
15:00
Implementation of DT in Python | Python Courses in Tamil | Skillfloor
Skillfloor
5 weeks ago
7:48
Python - Splitting Criteria Entrophy | Python Courses in Tamil | Skillfloor
Skillfloor
5 weeks ago
9:59
Python - Splitting Criteria: Gini | Python Courses in Tamil | Skillfloor
Skillfloor
6 weeks ago
1:06
Steps to Begin Your Digital Marketing Journey | Digital Marketing Course in Hyderabad | Skillfloor
Skillfloor
6 weeks ago
5:36
Python - Introduction to Decision Tree | Python Courses in Tamil | Skillfloor
Skillfloor
6 weeks ago
10:45
Modelling and Evaluation of RF in Python | Python Courses in Tamil | Skillfloor
Skillfloor
6 weeks ago
4:17
Python - Random Forest Ensemble technique | Python Courses in Tamil | Skillfloor
Skillfloor
6 weeks ago
4:30
Advanced Python Data Visualizations Count plot, Catplot | Python Courses in Tamil | Skillfloor
Skillfloor
6 weeks ago
0:38
The Best Social Media Marketing Institute | Digital Marketing Course in Coimbatore | Skillfloor
Skillfloor
6 weeks ago
4:25
Advanced Python Data Visualizations Strip plot, Swarmplot | Python Courses in Tamil | Skillfloor
Skillfloor
6 weeks ago
5:36
Python - Advanced Python Data Visualizations, Boxplot, Violin | Python Courses in Tamil | Skillfloor
Skillfloor
7 weeks ago
5:46
Python - Advanced Python Data Visualizations Relplot, Heatmap | Python Courses in Tamil | Skillfloor
Skillfloor
7 weeks ago
7:43
Python - Seaborn Basic Plots Line, Scatter | Python Courses in Tamil | Skillfloor
Skillfloor
7 weeks ago
7:41
Python - Data Visualization Using Matplotlib in Python Part 4 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
7:38
Python - Data Visualization Using Matplotlib Part 2 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
5:00
Data Visualization using Matplotlib in Python Part 1 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
5:45
Python - Introduction to Visualisation Packages | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
8:24
Python - Data Munging in Pandas Part-5 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
11:53
Python - Data Munging in Pandas Part-4 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
7:00
Python - Data Munging in Pandas Part-3 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago
8:26
Python - Data Munging in Pandas Part - 2 | Python Courses in Tamil | Skillfloor
Skillfloor
2 months ago