Pandas library in Python

Pandas library is used for data exploration and formatting. There are several methods supported by Pandas library for working on the data. Few of the methods are:

- Reading csv files using read_csv method

- Removing duplicates in a dataset using drop_duplicates methods

- Read database tables using read_table method

- Read excel using read_excel method

- printing top rows and bottom rows of a data using head() and tails() methods

Post a Comment

0 Comments