Contents

  1. Python Setup and Installation
  2. Introduction to Python Libraries and its Overview
  3. PyCharm IDE Installation
  4. Series and its creation in different ways
  5. Indexing in Series or Accessing Series Elements
  6. Slicing in Series or Subset Accessing in Series
  7. Series Attributes and functionalites
  8. Concept of np.NaN and more about indexing
  9. Head and Tail Functions in Series
  10. Mathematical Functions in Series Objects
  11. DataFrame in Python Pandas and its creation in different ways
  12. DataFrame from CSV and Text File
  13. DataFrame Attributes and other functionalites
  14. Iloc Methods for subset accessing in DataFrame
  15. Loc Methods for subset accessing in DataFrame
  16. Adding Columns to DataFrame
  17. Adding Rows to DataFrame
  18. Deleting Columns from DataFrame
  19. Deleting Rows from DataFrame
  20. Renaming Row and Column Labels in DataFrame

PyCharm IDE Installation

PyCharm is an IDE that is Integrated Development Environment which comes from JetBrains. It is a platform or software which helps us to rum our code. It provides various extra options like terminal, debug and run like commands simultaneouly.The main objective of IDEs is to bind all the developer tools and components into single Graphical User Interface (GUI). These IDEs are very intelligent platforms which automatically recognises the Interpreters and Compilers thus leads to easy working with beautiful User Interfaces...

Steps to install PyCharm

> Go to Google and search PyCharm Download
> Click on www.jetbrains.com
> Click on community version
> After downloading, install pycharm and its done....

Download PyCharm

Download Notes