selik / xport

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

Excise namedtuple #80

Closed selik closed 2 years ago

selik commented 2 years ago

Now that we use Pandas dataframes, we don't really need namedtuples. Use of namedtuple can be removed to resolve #52 -- allowing variable names that begin with an underscore.