Created
November 19, 2017 04:06
-
-
Save smitthakkar96/a19572a5dfd0e43fc9c205c5bb00a3cd to your computer and use it in GitHub Desktop.
Revisions
-
smitthakkar96 created this gist
Nov 19, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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?