December 2017
Beginner to intermediate
410 pages
12h 45m
English
Rarely will you be given a data set without any missing values. There are many representations of missing data. In databases, they are NULL values; certain programming languages use NA; and depending on where you get your data, missing values can be an empty string, '', or even numeric values such as 88 or 99. Pandas displays missing values as NaN.
1. Prior knowledge
a. importing libraries
b. slicing and indexing data
c. using functions and methods
d. using function parameters
This chapter will cover:
1. What a missing value is
2. How missing values are created
3. How to recode and make calculations with missing values
The NaN value in Pandas comes from
Read now
Unlock full access