Skip to content

tillman-froehlich/census

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Analysis of 2011 Scottish Census

This project analyses `Scotland_teaching_file_1PCT.csv` (in the `data` subdirectory),
a dataset containing a 1% sample of the 2011 Scottish census. All basic requirements
are met, along with all but one of the additional requirements (interactive control
of the plots).

The main file is notebooks/notebook.ipynb, which is a Jupyter notebook file which,
when run, provides analysis of the dataset. This notebook uses the python files in
the code subdirectory, and reads information from the data subdirectory.

Versions

Python Version: 3.12.6
Jupyter Notebook Version: 7.2.2
Pip Version: 24.2

Libraries Used

pandas
matplotlib
ast
sys

For each of the libraries above, run `pip install LIBRARY` before running the
main notebook for this project.

About

Census project for data analysis course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published