selik / xport

Python reader and writer for SAS XPORT data transport files.
MIT License
49 stars 24 forks source link

Issue #81: Special Missing Values #82

Closed selik closed 2 years ago

selik commented 2 years ago

We want to be able to create SAS Transport files that use SAS's special missing values feature. By mixing float into enum.Enum, we can create tagged NaNs that work just like regular NaNs.