April 2015
Beginner to intermediate
504 pages
8h 36m
English
Data is "missing" in pandas when it has a value of NaN (also seen as np.nan—the form from NumPy). The NaN value represents that in a particular Series that there is not a value specified for the particular index label.
In pandas, there are a number of reasons why a value can be NaN:
NaN value is not known at a given point in time and will be filled in later Read now
Unlock full access