Computer Science, asked by aniketb513, 8 months ago

What are different data structures of pandas. Explain. (3)

Answers

Answered by Anonymous
2

Answer:

DataFrame is a 2-dimensional labeled data structure with columns of potentially different types. You can think of it like a spreadsheet or SQL table, or a dict of Series objects. It is generally the most commonly used pandas object.

Similar questions