Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Apr 27, 2018
1 parent 6858409 commit ec0cecd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pandas/core/dtypes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class _DtypeOpsMixin(object):
# na_value is the default NA value to use for this type. This is used in
# e.g. ExtensionArray.take. This should be the user-facing "boxed" version
# of the NA value, not the physical NA vaalue for storage.
# e.g. for JSONArray, this is an empty dictionary.
na_value = np.nan

def __eq__(self, other):
Expand Down

0 comments on commit ec0cecd

Please sign in to comment.