Create dummy variables in pandas the easy way

Опубликовано: 28 Декабрь 2020
на канале: Chart Explorers
2,481
47

In this video we go over how to create dummy variables with pandas using the get_dummies method. We go over how to create dummies with multiple columns in a dataframe and how to add specific prefixes to the variable names.

Did you find this video helpful? Consider subscribing for weekly tips, tricks, and tutorials.
   / @chartexplorers  

Join my discord server for data analyst, scientists, and those who aspire to be
  / discord  

Get Data Here
http://bit.ly/StarWarsData538

Original Data From FiveThirtyEight
https://github.com/fivethirtyeight/data

Star Wars on FiveThirtyEight
https://fivethirtyeight.com/tag/star-...


0:00 Intro
1:10 Dummies 1 column
2:20 Ahhh! Missing Data
2:51 Prefix
3:14 Multiple Columns