First created on October 15th, 2019. Modified December 12th, 2019 based on Udacity's 3rd project repository
This repository contains all the files and projects used during the Udacity's course.
In the lecture folder contains the exercises that was part of the program. Such as Python and SQL exercises.
Each part of the program required a project:
- SQL
- Exercises
- Project submission
- Python
- Full code; Project submission
- Git
- Project submission
This project was based on a generic company named Sakilla DVD Rentals, in which the student was tasked to run SQL queries on the company's database in order to answer business questions.
The answers needed to be in a graph visualization along with its description. There were in total 4 presentation slides, each one containing one answer to a particulary area of the business.
In this project, the student was provided with 3 different datasets. The mission was to read them using python language, and provide interactive analytical presentation based on the user's input.
In order to complete the project, 3 dataset were used:
- washington.csv
- new_york_city.csv
- chicago.csv
Forgot the requirements, as my PC died and I mostly used the Udacity's virtual console. xD
To conclude the course, the student was tasked to upload all of the files used during the course to Github using git, and also provide all the bash commands used to achieve it.