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

compare_intra() keeps giving 'index X is out of bounds for axis 0 with size Y' error #113

Open
ishandesilva2 opened this issue Mar 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@ishandesilva2
Copy link

Tried compare_intra() on a road accident data set to compare urban vs rural samples. However, it keeps giving the above error.

report = sv.compare_intra(df, df["UrbanRural"] == 1, ["Urban", "Rural"], 'Is Fatal')

Removed from df up to four fields that the error is reported on, but then the next field throws the error. Unfortunately, the data set is private so can't share, but could this be an issue with the code itself?

@fbdesignpro fbdesignpro added the bug Something isn't working label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants