🗓️ Week 05 - Notebooks + data frames
DS105 - Data for Data Science
We understand many of you are just learning how to program, so I will add a recap of basic programming concepts to my lecture this week.
In the first part of the lecture, I will show you how to setup and create a computional notebook, and we will use notebooks to recap basic concepts of programming, such as data types (numbers, strings, vectors, matrices, lists, etc.), a bit about functions, flow control and whatever other questions you might have.
Then, on the second part, I will tell you about data frames — the ubiquitous data structure that permeates everything in data science regardless of the programming language.
In the labs, Anton will help you get data out of APIs and he will show you how data frames can be used to represent the data you received from your requests to an API.