Computer Science, asked by singhbir978, 2 months ago

explain selection in series (pandas)​

Answers

Answered by kailashpoddar512
2

Answer:

Indexing in pandas means simply selecting particular rows and columns of data from a DataFrame. Indexing could mean selecting all the rows and some of the columns, some of the rows and all of the columns, or some of each of the rows and columns. Indexing can also be known as Subset Selection.

Similar questions