What is dataframe in python?



What is dataframe in python?..

Answer / Rekha Verma

A DataFrame in Python (pandas library) is a two-dimensional labeled data structure with columns potentially of different types. It provides a fast and flexible way to manipulate and analyze large amounts of structured data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Name and explain the three magic methods of python that are used in the construction and initialization of custom objects?

1 Answers  


How to run script in python?

1 Answers  


Who built the sphinx?

1 Answers  


Explain about different blocks in exception handling?

1 Answers  


Mention the concept used in python for memory managing

1 Answers  


Explain logical operators in python?

1 Answers  


How to pass optional or keyword parameters from one function to another in python?

1 Answers  


Does python make use of access specifiers?

1 Answers  


What static means?

1 Answers  


Explain about zip() in python?

1 Answers  


Explain about repr function?

1 Answers  


Why python is so popular with developers?

1 Answers  


Categories