Editing Community Data Science Workshops (Core)/Workshop/Baby Names/Setup

From CommunityData

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{Template:CDSW Header}}
In this section, we'll download everything we need for tomorrow's projects.
In this section, we'll download everything we need for tomorrow's projects.


Line 11: Line 9:
You'll be playing with data from the list of all baby names in the US (used more than five times in a year) from the last several years:
You'll be playing with data from the list of all baby names in the US (used more than five times in a year) from the last several years:


# Right click the following file, click "Save Target as...", "Download Linked File as...", or "Save link as...", and save it to your Desktop directory: https://github.com/CommunityDataScienceCollective/babynames-cdsw/archive/master.zip
;Windows
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. Find CDSW_Babynames-master.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called "CDSW_Babynames-master" containing several files. (Mac users can drag the "CDSW_Babynames-master" folder from Downloads to Desktop). (Windows users can navigate to the Desktop by clicking on "Start", then "Computer", and navigate to your Desktop directory).  If you're using a new Mac, it may change the name of your file from ending in .ipynb to ending in .txt. This will not work: use command-i (get info) and then click on the type section. Remove the .txt at the end of the file name and hit tab -- when your Mac asks you if you want to do this, say yes.
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: https://github.com/CommunityDataScienceCollective/CDSW_Babynames/archive/master.zip
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, click on "Start", then "Computer", and navigate to your Desktop directory. Find CDSW_Babynames-master.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called babynames containing several files.
 
;MacOS
# Click the following link, select "Save file" and click "Okay" to start the download: https://github.com/CommunityDataScienceCollective/CDSW_Babynames/archive/master.zip
# The file <tt>CDSW_Babynames-master.zip</tt> will be saved to your default download location (usually "Downloads"). We suggest that you move it to somewhere like your Desktop or Documents folder so you can find it easier.
# The ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. Double click <tt>CDSW_Babynames-master.zip</tt> to do this. It will create a folder called "CDSW_Babynames-master" that contains several files.


===Test the Baby Names code===
===Test the Baby Names code===
Launch Jupyter Notebook through the Anaconda Navigator and navigate to the "CDSW_Babynames-master" directory where the Baby Names code lives.  Open <code> BabyNames.ipynb</code>.
;Running cells
To test that everything is working, we will run the first two cells in this notebook. "Run" means executing the code in the cell. You can run a cell two ways: 1) by clicking the "run" button, or 2) by clicking the grey part of the cell and then typing SHIFT + ENTER (or "RETURN") at the same time.


'''Step 1:''' Run the first cells that reads:
Start jupyter notebook and navigate to the Desktop\CDSW_Babynames-master.zip directory where the Baby Names code lives.  Open <code> BabyNames.ipynb</code>. Run the first two cells that read (1):


   import ssadata
   import ssadata


If you are running this cell for the first time, it will look like nothing has happened! That's expected. But if you are curious about what just you just did, ask a mentor!
And (2):
 
'''Step 2:''' Run the second cell that reads:


   for name in ssadata.boys.keys():
   for name in ssadata.boys.keys():
Line 32: Line 30:
           print("There were " + str(ssadata.boys[name]) + " boys named " + name)
           print("There were " + str(ssadata.boys[name]) + " boys named " + name)


This time, you should get the output  
You should get the output  


<code>There were 10 boys named mako </code>
<code>There were 10 boys named mako </code>


If this doesn't work, let a mentor know!
If this doesn't work let a mentor know.
 
====Note: After the first two cells, you can stop: we will work through this notebook in the next session.====


===Success!===
===Success!===


You've completed setup for the Baby Names project. If you are curious, you can try running the next few cells in the notebook too, and check out their output!
You've completed setup for the Baby Names project.


==State Capitals==
==State Capitals==


During the lecture on Saturday, we'll also look at an example Python script that quizzes you on state capitals .
We'll look at an example Python script that quizzes you on state capitals during the lecture on Saturday.
 
# Save the following file to your Desktop directory: https://communitydata.science/~mako/State_Capitals.ipynb. (Windows users can save the file by right clicking on the file link and choosing "Save Target as..." or "Save link as...".) (Mac users can save the file with Option + Clicking on the link.)


;Tip: ''If you want to keep all your CDSW code together, you can create a new folder on your desktop called "CDSW" and move both this notebook (State_Capitals.ipynb) and the babynames directory (CDSW_Babynames-master) into it.''
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory: https://communitydata.science/~mako/State_Capitals.ipynb


==Success!==
==Success!==


You are done downloading the Saturday projects. You can move on to the [[CDSW/Day_0_setup_and_tutorial|next step]].
You are done downloading the Saturday projects.


[[File:Champagne.png|100px]][[File:Party.png|125px]]
[[File:Champagne.png|100px]][[File:Party.png|125px]]


[[Category:CDSW]][[Category:Shared Pages]]
[[Category:Fall_2020_series]]
Please note that all contributions to CommunityData are considered to be released under the Attribution-Share Alike 3.0 Unported (see CommunityData:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

Template used on this page: