CS club Data analysis Instructions

Hello! Here are the simple steps to run my python file for the CS club data analysis project.

What you need:

Please make sure that both files are on the same folder to be able to test.

Step 1: If the libraries (pandas, matplotlib.pyplot) aren't downloaded, install them.

Step 2: Run the python script.

In the terminal write this after running the folder where you saved the files:

python analysis.py

Step 3: Viewing the results:

The code will print answers directly to the terminal with figures appearing as graphs of bars, plots and scatter

Important Note: Make sure to close each figure after they appear to see each graph.