Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 800 Bytes

pre-requisites.md

File metadata and controls

5 lines (4 loc) · 800 Bytes

Pre-requisites

  • Programming knowledge is mandatory. Attendee should be able to write conditional statements, use loops, be comfortable writing functions and be able to understand code snippets and come up with programming logic.
  • Participants should have a basic familiarity of Python. Specifically, we expect participants to know the first three sections from this: http://anandology.com/python-practice-book/
  • Participants should have experience with using Pandas and Jupyter Notebook. At the bare minimum, you should be able to understand and run the code in this The Art of Data Science repo. Refer to the Onion Notebook's and especially the Acquire, Refine, Transform and Explore sections.