selik / xport

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

Upgrade Pandas #78

Closed selik closed 2 years ago

selik commented 2 years ago

To support the latest MacOS chip, we need to support more recent versions of Python and Pandas. Unfortunately, that means working around some compatibility breakage for Pandas' support of dataframe and series metadata.

Pandas no longer draws a distinction between metadata of DataFrame extensions and metadata of Series extensions. To work around this, I renamed Dataset.label to Dataset.dataset_label.