From the course: Complete Guide to Analytics Engineering
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Our Python environment and dataset
From the course: Complete Guide to Analytics Engineering
Our Python environment and dataset
- [Instructor] Let's jump into GitHub Codespaces. Like we covered in the introduction to this course, you can follow along in GitHub Codespaces as we work in Python and SQL. In the description of this video, you'll find a link to GitHub Codespaces. Open that link and navigate to the branch that corresponds to this video, 03_02_B, or the main branch. Once you're on that branch, we can select the dropdown that says Code near the top right. Then select the Codespaces. You can click the plus to create a new codespace on this branch. This might take a few minutes, so just hang tight. Once that codespace is opened, you'll notice the README.md file. This has some useful information and tips in case you run into common issues in your codespace. Before we jump into our provided files, let's install a couple of extensions that will make working in codespaces a bit easier. Left-hand ribbon, click the four squares called Extensions, and in the search bar, search for SQLite. Click Install, Trust…
Contents
-
-
-
-
-
(Locked)
What is Python, and why do we use it?1m 28s
-
(Locked)
Our Python environment and dataset2m 24s
-
(Locked)
Kernels, running Python code, and other basics5m 27s
-
(Locked)
The pandas Python library4m 38s
-
(Locked)
DataFrames, data series, and data types in pandas3m 14s
-
(Locked)
Selecting, sorting, and filtering data with pandas3m 42s
-
(Locked)
Solving common data type problems with Python pandas4m 26s
-
(Locked)
Cleaning data with pandas5m 48s
-
(Locked)
CoderPad solution: Solve an analytical task with Python23s
-
(Locked)
-
-
-
-
-
-
-