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
31 remaining items