Unit 1: Data Handling using Pandas -I
Introduction to Matplotlib. Python libraries- Data structures in Pandas - Series and Data Frames. Pandas,
Series: Creation of Series from – ndarray, dictionary, scalar value;
mathematical operations; Head and Tail functions; Selection, Indexing and Slicing.
Data Frames: creation - from dictionary of Series, list of dictionaries, Text/CSV files; display; iteration; Operations on rows and columns: add, select, delete, rename;
Head and Tail functions; Indexing using Labels, Boolean Indexing;
Importing/Exporting Data between CSV files and Data Frames.
Click to download Notes Data Handling using Pandas -I
Click to download Notes Data Visualization-II