Login
Remember
Register
Ask a Question
How many new columns does the following command return?
+1
vote
asked
Jan 5, 2022
in
Structured Data Classification
by
sharadyadav1986
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
database-coloumn
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 5, 2022
by
sharadyadav1986
Correct answer of above question is : b) 3
Structured Data Classification Questions and Answers :
...