-
Notifications
You must be signed in to change notification settings - Fork 4
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 index values results in KeyError #6
Comments
Hi, i don't use df.loc anymore : |
Hi David, Thank you very much! I tried replacing the existing with your suggestion, but df['hash']==h must match in length for it to not return a ValueError like this and the lengths of the two variables are pretty far apart. I've also printed the lengths of both 'h' and df['hash'] at the start of the code block. All suggestions are appreciated :)
|
well as I changed quite a lot the original code it might be normal, contact me by email |
Hi,
Hoping for some help (once again) :)
I've almost managed to get this repo working with my own data, but it seems like package updates to pandas has made some of the code uncooperative.
It is failing once it encounters missing index values because the functionality of .loc[] has changed but manages to run a couple small batches before it encounters a missing index value, which is explained in the traceback below:
If you have any suggestions how I might fix this problem with missing index values, I'd be very interested in hearing them.
The text was updated successfully, but these errors were encountered: