Computer Science, asked by Anonymous, 11 hours ago

\huge\red{Questions}
__________________

Explain what the following statements are doing? df is the name of a DataFrame

(i) df.iloc[:5,]

(ii) df.iloc [1:5,]

(iii) df.iloc [5,0]

(iv) df.iloc[1:5,0]

(v) df.iloc[1:5,:5]

(vi) df.iloc [2:7,1:3]​

Answers

Answered by seojin7
4

Explanation:

Answer of this Question is

(iii) df.iloc [1:5,]

Answered by Anonymous
4

Answer:

give me some thanks ammmyyyyy

Similar questions