Guest User

Untitled

a guest
Nov 20th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. Pandas:
  2. - Intro to pandas
  3. - Installing pandas
  4. - Little info about the data set
  5. - Load the data into data frame
  6. - Displaying and querying data
  7. - Clean the data
  8. - Find Number of coffees made on which day of week
  9. - Find Number of coffees by members
  10. - Show monthly trend of coffees
  11.  
  12. Numpy:
  13. - Intro to numpy
  14. - Installing numpy
  15. - Installing matplot lib
  16. - Creating Numpy Arrays
  17. - Math Operations with numpy arrays
  18. - sin, cos etc
  19. - arange and linspace function numpy
  20. - basic plotting
  21. - line chart
  22. - scatter chart
  23. - zeros and empty function
  24. - multi dimensional array
  25. - slicing of numpy arrays
  26. - reshape
  27. - where to go from here?
Add Comment
Please, Sign In to add comment