Solutions For guided projects on DataQuest.io Career Paths// Soluciones para los proyectos Guiados de DataQuest.io
The projects listed below are reference notes for myself and for anyone interested in de solutions of the guided projects from dataquest.io. This solutions will be performed on Jupyter-notebook and will contain comments and thoughts regarding the learning process and concepts learned on each project.
1st Project. 1st Guided Project: Exploring births
Concepts learned/explored: lists, dictionaries, functions, for loops Functions, methods, and properties used: .read(), open(), .split(), .append(), int()
2st Project. 2nd Guided Project: Exploring Gund deaths
Concepts learned: list comprehension, datetime module, csv module, Functions, methods, and properties used: csv.reader(), .items(), list(), datetime.datetime()