We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6858409 commit ec0cecdCopy full SHA for ec0cecd
pandas/core/dtypes/base.py
@@ -19,6 +19,7 @@ class _DtypeOpsMixin(object):
19
# na_value is the default NA value to use for this type. This is used in
20
# e.g. ExtensionArray.take. This should be the user-facing "boxed" version
21
# of the NA value, not the physical NA vaalue for storage.
22
+ # e.g. for JSONArray, this is an empty dictionary.
23
na_value = np.nan
24
25
def __eq__(self, other):
0 commit comments