Sample Spaces#

TODO

have them install the venn diagram library

set operations

etc

Instructions#

  1. Download the csv dataset in the Data Set section and place it in the Linux Files folder on your folder system where you save your .py scripts.

  2. Create a Python .py script named GROUPNAME_project_ten.py in your Linux Files folder on your file system. You can do this by opening an IDLE session, creating a new file and then saving it. Replace GROUPNAME with your group name.

  3. Create a docstring at the very top of the script file. Keep all written answers in this area of the script.

  4. Read the Background section.

  5. Read the Loading In Data section.

  6. Load in the data from the .csv file using the technique outlined in the Loading In Data section.

  7. Perform all exercises and answer all questions in the Project section. Label your script with comments as indicated in the instructions of each problem.

  8. When you are done, zip your script and the csv file in a zip file named GROUPNAME_project_ten.zip.

  9. Have one member of the group upload the zip file to the Google Classroom Project Four Assignment.

Loading In Data#

TODO

Background#

TODO

Project#

TODO

Data Set#

TODO