Computer Science, asked by sahil120302, 9 months ago

what is data frame in python pandas ​

Answers

Answered by doraemonfan
3

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.

Explanation:

Hope it will help you

Jai Hind

Answered by 3420sanjaybabug
1

Explanation:

DataFrame. 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