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 well-known data set containing iris species and sepal and petal measurements. The data we will use are in a file called Iris_Data.csv found in the data directory.
Question 1
Load the data from the file using the techniques learned today. Examine it.
Determine the following:
The number of data points (rows).(Hint: 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 blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!