Question: We will be using the iris data set for this tutorial. This is a well - known data set containing iris species and sepal and
We will be using the iris data set for this tutorial. This is a wellknown data set containing iris species and sepal and petal measurements. The data we will use are in a file called IrisData.csv found in the data directory.
Question
Load the data from the file using the techniques learned today. Examine it
Determine the following:
The number of data points rowsHint: check out the dataframe shape attribute.
The column names. Hint: check out the dataframe columns attribute.
The data types for each column. Hint: check out the dataframe dtypes attribute.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
