This is a Python Visualization project for a course on Codecademy
This piece of code is for one of the freedom projects for my Codecademy Course, "Data Science Path": Section 11 - Data Visualization. It is called freedom project because it was not required by the course, and there were no step by step direction on how to do it.
There are three datasets and all of them were about roller costers in different amusement parks. My job was to inspect the dataset and answering questions asked by the project. Also to visualize the dataset in different types of charts like in Pie chart, Histogram, and Bar charts with clear labels.
There are 2 files with code. The first file, "Roller_Coaster_Codeca1" includes anwers to the "offical questions" asked by project and the second file, "Roller_Coaster_Codeca2" inclues answers to the additional/optional questions that were asked.
- Writing clean and understable python codes. Documenting them well with the use of comments.
- Read an inspect data sets via python
- Writing Python functions and analyze data using pandas
- Visualizing data using different types of charts by using matplotlib
- Fimilar with Jupyer Notebook and use it wit Github.