Class 12 Informatics Practices Chapter 3 Data Handling Using Pandas – II NCERT Exercise Solution

data handling using pandas - ii

Chapter 3 Data Handling Using Pandas – II Class 12 Informatics Practices NCERT Exercise Solutions 1. Write the statement to install the python connector to connect MySQL i.e. pymysql. Answer: pip install pymysql 2. Explain the difference between pivot() and pivot_table() function? Answer: pivot() : The pivot function is used to reshape and create a […]

Class 12 Informatics Practices Chapter 3 Data Handling Using Pandas – II NCERT Exercise Solution Read More »