- 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
andJupyter 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.