Adding in conftest's indices_dict an entry: ``` "mixed-int-string": Index([0, "a", 1, "b", 2, "c"]) ``` broke a bunch of tests the last time I checked. We should add an entry like this and fix the tests it breaks and/or bugs it surfaces.
Activity
lithomas1 commentedon Jul 11, 2023
I'll tag this as a good first issue as adding the tests doesn't seem too hard.
pandas/pandas/conftest.py
Lines 595 to 628 in b4929f8
A word of caution, though:
This can get annoying/hard fast depending on how many tests fail.
SanjithChockan commentedon Jul 11, 2023
take
segwhat commentedon Jul 12, 2023
@SanjithChockan how's it going?
PurnashisHazra commentedon Jul 12, 2023
Can I take this up?
PurnashisHazra commentedon Jul 12, 2023
take
16 remaining items
brandonmonge commentedon Nov 6, 2024
take
yoav-edelist commentedon Dec 14, 2024
take
pelagiavlas commentedon Mar 22, 2025
Hi! can i take this?
xaris96 commentedon Mar 23, 2025
take
spd123 commentedon Apr 21, 2025
I'm a new contributor to this project. Can I take this one if nobody is working currently?
spd123 commentedon Apr 22, 2025
I see a lot of (100+) tests are breaking with this change. Are we expected to fix the test cases or the functions are using this type of Index value.