Skip to content

Instantly share code, notes, and snippets.

@smitthakkar96
Created November 19, 2017 04:06
Show Gist options
  • Select an option

  • Save smitthakkar96/a19572a5dfd0e43fc9c205c5bb00a3cd to your computer and use it in GitHub Desktop.

Select an option

Save smitthakkar96/a19572a5dfd0e43fc9c205c5bb00a3cd to your computer and use it in GitHub Desktop.

Revisions

  1. smitthakkar96 created this gist Nov 19, 2017.
    27 changes: 27 additions & 0 deletions Agenda day 3
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,27 @@
    Pandas:
    - Intro to pandas
    - Installing pandas
    - Little info about the data set
    - Load the data into data frame
    - Displaying and querying data
    - Clean the data
    - Find Number of coffees made on which day of week
    - Find Number of coffees by members
    - Show monthly trend of coffees

    Numpy:
    - Intro to numpy
    - Installing numpy
    - Installing matplot lib
    - Creating Numpy Arrays
    - Math Operations with numpy arrays
    - sin, cos etc
    - arange and linspace function numpy
    - basic plotting
    - line chart
    - scatter chart
    - zeros and empty function
    - multi dimensional array
    - slicing of numpy arrays
    - reshape
    - where to go from here?