MCPcopy
hub / github.com/pandas-dev/pandas / string

Method string

pandas/io/stata.py:796–805  ·  view source on GitHub ↗

The Stata representation of the missing value: '.', '.a'..'.z' Returns ------- str The representation of the missing value.

(self)

Source from the content-addressed store, hash-verified

794
795 @property
796 def string(self) -> str:
797 """
798 The Stata representation of the missing value: '.', '.a'..'.z'
799
800 Returns
801 -------
802 str
803 The representation of the missing value.
804 """
805 return self._str
806
807 @property
808 def value(self) -> float:

Callers 15

__init__.pyFile · 0.80
__arrow_array__Method · 0.80
isinMethod · 0.80
__getitem__Method · 0.80
pyarrow_methMethod · 0.80
_str_joinMethod · 0.80
_arrow_dtype_mappingFunction · 0.80

Calls

no outgoing calls