We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e02955 commit df70b00Copy full SHA for df70b00
src/nested_pandas/series/dtype.py
@@ -66,7 +66,7 @@ class NestedDtype(ExtensionDtype):
66
"""Attributes to use as metadata for __eq__ and __hash__"""
67
68
@property
69
- def na_value(self): # -> Type[pd.NA]: # type: ignore[valid-type]
+ def na_value(self):
70
"""The missing value for this dtype"""
71
return pd.NA # type: ignore[return-value]
72
0 commit comments