Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 831 Bytes

README.md

File metadata and controls

30 lines (26 loc) · 831 Bytes

Getting Started With Pandas

What is Pandas library used for ?

Pandas is a fast, powerful, flexible and easy to use open source tool for data analysis and manipulation.

Guide to Pandas

Introduction to pandas library, using python notebook.
This notebook is designed by me while learning and practicing on Pandas library.

This notebook is a beginner's guide to pandas library.

Preruquisite

  • Python

Topics Covered

  • Importing pandas library
  • Creating a dataframe
  • Renaming columns
  • Reading a file (csv,xlsx)
  • Much more