Sample Spaces#
TODO
have them install the venn diagram library
set operations
etc
Instructions#
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.Create a Python
.py
script namedGROUPNAME_project_ten.py
in yourLinux Files
folder on your file system. You can do this by opening an IDLE session, creating a new file and then saving it. ReplaceGROUPNAME
with your group name.Create a docstring at the very top of the script file. Keep all written answers in this area of the script.
Read the Background section.
Read the Loading In Data section.
Load in the data from the
.csv
file using the technique outlined in the Loading In Data section.Perform all exercises and answer all questions in the Project section. Label your script with comments as indicated in the instructions of each problem.
When you are done, zip your script and the csv file in a zip file named
GROUPNAME_project_ten.zip
.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