Skip to content
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

When using the mv_extract_exposures_local() function, why does the "id.exposure" column in the returned data frame contain some strange characters? #518

Open
hyq9588 opened this issue May 15, 2024 · 2 comments
Labels

Comments

@hyq9588
Copy link

hyq9588 commented May 15, 2024

image

@hyq9588 hyq9588 added the bug label May 15, 2024
@zkhamis
Copy link

zkhamis commented Jul 3, 2024

Hi, I have the same issue, how would you identify the exposures ?

@Hai0311
Copy link

Hai0311 commented Aug 17, 2024

Hi, I have the same issue, how would you identify the exposures ?

This issue arises because the file you are reading does not contain an 'id' column, which is required. As a result, the function assigns random strings to the 'id' column. You need to add the 'id' column to the original data yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants