Skip to content

Commit ec0cecd

Browse files
committed
Updates
1 parent 6858409 commit ec0cecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/dtypes/base.py

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class _DtypeOpsMixin(object):
1919
# na_value is the default NA value to use for this type. This is used in
2020
# e.g. ExtensionArray.take. This should be the user-facing "boxed" version
2121
# of the NA value, not the physical NA vaalue for storage.
22+
# e.g. for JSONArray, this is an empty dictionary.
2223
na_value = np.nan
2324

2425
def __eq__(self, other):

0 commit comments

Comments
 (0)