You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: