-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip deleted observations in SAS7BDAT files #284
Comments
@evanmiller can you take a look at this? Thanks! |
Hi, I would need a sample file to address this issue. |
It looks like this code may help |
Hi! Here is the datetime.sas7bdat used to repro this: It's the same file as the pandas-dev/pandas#15963 issue |
@peiyaoli2 Thanks for the link to the file. Based on the code that I linked, it looks like skipping deleted rows will be a bit of work. I'll leave this issue open, but I'm going to change it from a "bug" to an "enhancement". |
@evanmiller Hi! I would like to know if there is any ETA on when this feature can be supported. Thanks! |
@evanmiller Hi. My client is facing this issue and needs an immediate fix. So I'd also like to know if there is any ETA for this to be implemented. Thanks and regards. |
@evanmiller Hi, sorry for bothering you as I send you again, but could you provide ETA for this to be implemented? |
No ETA |
@evanmiller Could you please implement this enhancement, since my customer using readstat repeatedly asks me to do that? |
Hi, it seems like ReadStat also has a similar issue as pandas-dev/pandas#15963, where deleted observations are still being counted in rows & being read. Here is a sample output from ReadStat on the same file as the other issue:
And the screenshot from the other thread is shown that there are 3 rows and 2 deleted observations.
The text was updated successfully, but these errors were encountered: