Science, asked by rajje, 8 months ago

Which command in python, out of the following, will we use for accessing the second row of an excel file named “data file” having 2 rows only?

datafile.loc[2]

 

datafile.loc[0]

 

datafile.tail()

 

datafile.iloc[2]

Answers

Answered by gjpgour7
0

Answer:

i know java boy i don't know python sorry

Answered by kirankaurspireedu
0

Answer:

datafile.tail() is the correct answer.

Explanation:

Python is a popular computer programming language used to create software and websites, automate processes, and analyse data.

Python is a widely language, which means it may be used to make many various types of applications and isn't tailored for any particular issues.

The syntax of Python is straightforward and resembles that of English. Python's syntax differs from various other programming languages in that it enables programmers to construct applications with fewer lines of code. Python operates on an interpretation system, allowing for the immediate execution of written code. As a result, prototyping can proceed quickly.

#SPJ2

Similar questions