Day 20 (18.May.19)

Day Objectives

  • Matplotlib library for Data Visualization
          • Line Plots
          • Bar Graphs
          • Scatter Plot
          • Histograms
          • Pie Charts

Programs:

  1. Plotting 2d Graph using Matplotlib library.
  2. Plotting 2d Graph(Bar,Linear Graphs) for Income vs Years of Income of Arizona from a .csv file using Matplotlib library.

  1. Using the Matplotlib library, generate a Pie Chart to categorise student marks data in a CSV file into Distinction, First Class, Second Class, Third Class and Failed Categories(based on percentages). Explode the Distinction category.
        1. Generate a CSV containing marks of 2000 students
        2. From the CSV, generate the Pie Chart
  2. Accessing the App data from App Store, generate the following Visualizations
        1. Pie Chart to categorise all app categories based on count
        2. For the Sports Category, generate a bar graph to show average rating for free vs paid apps

All the today's problems are solved in Python using Jupyter Notebook and can be accessed within Google Drive here and the code in Github