Community Data Science Workshops (Fall 2014)/Day 3 lecture: Difference between revisions

imported>Mako
imported>Mako
Line 25:
* My philosophy about data analysis: ''use the tools you have''
* Four things in Python I have to teach you:
** Functions
** while loops
** break / continue
** string.join()
** defining your own functions with <code>def foo(argument):</code>
* Walk-through of <code>get_hpwp_dataset.py</code>
* Look at dataset with <code>more</code> and/or in spreadsheet
Anonymous user