selik / xport

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

issue with survey data in latest SAS and new pandas #102

Open randwvb opened 1 year ago

randwvb commented 1 year ago

Can you update it to work with the latest version of pandas?

Because xport (3.6.1) depends on pandas (>=1.3.5,<1.4)

Furthermore I'm trying to work with survey data that is available only in the latest XPT format, which cannot be opened in python by other means that I've tried it would be great if you could update it to work with xport.

Thanks!

selik commented 1 year ago

Want to help? Try removing that restriction and seeing what errors occur with the latest version.

randwvb commented 1 year ago

I’m going to be honest, I’m very much a beginner in all of this. I don’t actually know how to remove restrictions.

On Nov 13, 2022, at 14:42, Michael Selik @.***> wrote:

Want to help? Try removing that restriction and seeing what errors occur with the latest version.

— Reply to this email directly, view it on GitHub https://github.com/selik/xport/issues/102#issuecomment-1312805607, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO5MATIKBLYLUMQQWCBAT5TWIFADBANCNFSM6AAAAAAR7FSH3E. You are receiving this because you authored the thread.

selik commented 1 year ago

The first step is downloading the code and installing it from local source files, instead of from PyPI. Then you can change the code to experiment.