Tutorial on Python Library: pandas


Bikash Santra

Indian Statistical Institute, Kolkata


1. Import library

2. Intro

3. From Dictionary to Dataframe

4. Write and Read to/from csv or excel files

5. Subset selection and applying formulas to new columns

6. Index Location

7. Renaming column headers

8. Sorting the table

9. Text manipulation

10. Renaming the column labels

11. Random sampling

12. Inserting rows and columns

13. Duplicates removal

References

a) Pandas documentations
b) Pandas tutorials