The Stata representation of the missing value: '.', '.a'..'.z' Returns ------- str The representation of the missing value.
(self)
| 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: |
no outgoing calls