00:01
In this question, we have to create a python program.
00:05
We'll use some additional libraries for that.
00:09
So we are going to use pandas and matplot.
00:28
So let's see the code for it.
00:32
So we are now in google collab.
00:36
First we have to import the libraries like this.
00:44
After that, we will read the data from our data csv file by read csv function.
00:54
Then what we'll do is first we will plot the via variable.
01:00
So using matplotlib, we have exported matplotlib as plt.
01:09
So by using plt, we can plot the x label and y label the titles and then we can show that graph.
01:20
After this, we will calculate the number of samples.
01:29
So whatever the number of samples in this data, we will get it by using length function in the python...