-
Notifications
You must be signed in to change notification settings - Fork 7
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
Missing data from first META page #53
Comments
I've encountered this bug recently. I have a dataset (that I unfortunately can't share) where it skips the first 48 rows. What ends up happening is it concatenates these "empty" rows at the bottom of the dataset - e.g. I see something like the above with 0.0 or blank values. |
Can u create a synthetic data and try to replicate the issue? Like similar
missing but random values. Then we can see how it works.
…On Fri, 8 Jan 2021, 05:09 Peter Baumgartner, ***@***.***> wrote:
I've encountered this bug recently. I have a dataset (that I unfortunately
can't share) where it skips the first 48 rows. What ends up happening is it
concatenates these "empty" rows at the bottom of the dataset - e.g. I see
something like the above with 0.0 or blank values.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#53 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCJ6JLKBLOO7KONZFOJ2LLSYX2HFANCNFSM4HNZUF7Q>
.
|
I'll try and generate something that replicates this. I think it has something to do with the size of the dataset: I've got 1800 columns and that seems to upset whatever I throw at this. |
If you can generate a synthetic one that fails I can log the file here too for other to test https://github.com/xiaodaigh/sas7bdat-resources The hardest thing about SAS is to get sample files. |
It seems that data residing the in the first META page is missing. I guess it might be introduced in the last major refactoring.
Examples:
data_pandas/test2.sas7bdat
data_AHS2013/omov.sas7bdat
The first 103 records are missing as compared with results from ReadStat.
The text was updated successfully, but these errors were encountered: