Day 19 (17.May.19)

Day Objectives

      • Numpy library for N-dimensional Array operations
      • Pandas library for Data Analysis
      • Data Processing of CSV files

Programs:

  1. Define a function to read from CSV file using Pandas library
  2. Define a function to add a new data to .csv file.
  3. 3.Define a function to update a new data to .csv file.
  4. Delete a row from .csv file
  5. Generate marks of 2000 students in a .csv file with columns ,RollNo,Marks

All the todays problems are solved in Python using Jupyter Notebook and can be accessed with Github