Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 934 Bytes

File metadata and controls

25 lines (13 loc) · 934 Bytes

DATA SCHOOL TUTORIALS

General

This project is intended to save my progress while taking Data School tutorials.

About me

I am Fernando Hofmeister and I am still developing my coding skills.

Tutorials

Easier data analysis in Python with pandas

Link: https://www.dataschool.io/easier-data-analysis-with-pandas/

Updates

2020-06-20

Just learned that if you press tab in Jupyter Notebook, a dropdown menu with available methods and properties will pop up. Also, inside the parenthesis of functions, pressing Shift + Tab will show the docstring. If the keys are pressed a second time, the docstring will remain longer. For third and fourth times, the docstring is expanded.

2021-02-20

Resuming the course, I decided to use a single notebook for every 10 videos watched. It was becoming difficult to review past content.