selik / xport

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

can't set variable.label as mentioned in example v.label = k.title(). It was working previously #58

Closed sivakumar-python closed 2 years ago

meain commented 3 years ago

Pinning the pandas version to 1.0.3 seems to help.

selik commented 2 years ago

Pandas' DataFrame._metadata turned out to be not as well supported as it seemed from the documentation. I'll be switching to DataFrame.attrs to store XPORT-format dataset metadata. See Pandas issue 44866.

In the meantime, I got xport working for the latest version of Pandas. #78