Closed sivakumar-python closed 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
Pinning the pandas version to
1.0.3
seems to help.