+1 vote
in Structured Data Classification by
How many new columns does the following command return?

iris_series = pd.get_dummies(iris['Species'])

Download the dataset from https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/d546eaee765268bf2f487608c537c05e22e4b221/iris.csv to answer the question.

Select the correct answer from below options:

a) 1

b) 3

c) 4

d) 2

1 Answer

0 votes
by

Correct answer of above question is : b) 3

Structured Data Classification Questions and Answers :

...