You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Integer values at the top end of the supported range incorrectly… (#59310)
* BUG: Integer values at the top end of the supported range incorrectly interpreted as missing for format versions 111 and prior
* StataMissingValue expects value passed in to be of float type, so cast to this
* Add type hint to StataParser.MISSING_VALUES to avoid mypy error when constructing StataMissingValue from value
0 commit comments