-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: loanbook_demo
and abcd_demo
have no non-NA values for lei_direct_loantaker
or lei
respectively
#349
Comments
loanbook_demo
and abcd_demo
have no non-NA values for lei_direct_loantaker
or lei
respectivelyloanbook_demo
and abcd_demo
have no non-NA values for lei_direct_loantaker
or lei
respectively
Weirdly, the @cjyetman any idea why this was done? The LEI calculating functionality produces entirely fake LEIs and adds them to a subset of entries. It is particularly critical now that RMI-PACTA/r2dii.match#460 is merged. |
Pretty sure I just started from https://github.com/RMI-PACTA/r2dii.data/blob/main/data-raw/loanbook_demo.csv and modified things to make it all fake... I guess I did not know to add LEIs to it. |
But that's the thing, the LEI's were already calculated, and then they were explicitly removed in this line: r2dii.data/data-raw/abcd_demo.R Lines 197 to 198 in e57b1d3
I was just curious if this was done intentionally/ why. But it sounds like there isn't a reason for it? |
hmmm.... now that you point that out, I vaguely remember this being a last minute request from George (to avoid sharing anything sensitive?). Maybe @jacobvjk or George would remember? |
Yeah, I had a feeling it was that. In any case, there was never anything sensitive in the data, since those values are calculated programmatically/ randomly earlier on: r2dii.data/data-raw/abcd_demo.R Lines 9 to 37 in e57b1d3
|
Expected behaviour:
At least one non-NA value for the
lei
relevant column.Observed behaviour:
Created on 2024-03-06 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: