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.
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?
@smitthakkar96
Copy link
Author

@smitthakkar96
Copy link
Author

@smitthakkar96
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment