CBSE Class 12 Informatics Practices
Question 90 of 167
Python Pandas — I — Question 1
Back to all questionsThe significance of Python Pandas library is as follows:
- It can read or write in many different data formats (integer, float, double, etc.).
- It can calculate in all the possible ways data is organized i.e., across rows and down columns.
- It can easily select subsets of data from bulky data sets and even combine multiple datasets together. It has functionality to find and fill missing data.
- It allows to apply operations to independent groups within the data.
- It supports reshaping of data into different forms.
- It supports advanced time-series functionality.
- It supports visualization by integrating matplotlib and seaborn etc. libraries.