+1 vote
in Structured Data Classification by
Identify the command used to view the dataset SIZE, and what is the value returned?

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) iris.size,(150,5)

b) iris.size(),(150,6)

c) iris.shape,(150,6)

d) iris.shape(),(150,5)

1 Answer

0 votes
by
Correct answer of above question is : d) iris.shape(),(150,5)

iris.shape() is the command used to view the dataset SIZE and (150,5) value returned

Related questions

+1 vote
asked Jan 5, 2022 in Structured Data Classification by sharadyadav1986
0 votes
asked Feb 16, 2020 in Redis by rahuljain1
...