pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.5k stars 17.87k forks source link

TST: mixed_int_string Index #54072

Open jbrockmendel opened 1 year ago

jbrockmendel commented 1 year ago

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.

lithomas1 commented 1 year ago

I'll tag this as a good first issue as adding the tests doesn't seem too hard.

https://github.com/pandas-dev/pandas/blob/b4929f8536fdfa9cd8abb181cdd16a522035f9e7/pandas/conftest.py#L595-L628 is where you should start.

A word of caution, though: This can get annoying/hard fast depending on how many tests fail.

SanjithChockan commented 1 year ago

take

segwhat commented 1 year ago

@SanjithChockan how's it going?

PurnashisHazra commented 1 year ago

Can I take this up?

PurnashisHazra commented 1 year ago

take

josephwillard commented 1 year ago

@PurnashisHazra any chance to take a look at this yet?

josephwillard commented 1 year ago

take

yeetnbeet commented 1 year ago

I see the Last Pull went stale / this has been dead for over a month - I'm going to take a look at what tests fail this weekend

natmokval commented 1 year ago

I would like to work on this.

shriyase commented 3 months ago

I'd like to work on this

Pranav-Wadhwa commented 2 months ago

take

Pranav-Wadhwa commented 2 months ago

@natmokval are you still working on this?

natmokval commented 2 months ago

@Pranav-Wadhwa, yes, I am still working on this issue. I am now waiting for a review of my PR.

moji-2024 commented 1 month ago

take

gabriale99 commented 1 month ago

take