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.8k stars 17.98k forks source link

DOC: Intro to pandas table not readily visible in dark mode #60024

Open rhshadrach opened 1 month ago

rhshadrach commented 1 month ago

https://pandas.pydata.org/docs/getting_started/index.html#intro-to-pandas

This issue exists on 2.2 and the 2.3.x branch but not main. I think this is not worth fixing for 2.2 (would require a release I think), but could be fixed before we release 2.3.

Ishwar0309 commented 1 month ago

take

easternsun7 commented 1 month ago

take

easternsun7 commented 1 month ago

https://pandas.pydata.org/docs/getting_started/index.html#intro-to-pandas

This issue exists on 2.2 and the 2.3.x branch but not main. I think this is not worth fixing for 2.2 (would require a release I think), but could be fixed before we release 2.3.

Perhaps we could set this part of the font color to blue, which is highly visible in either bright or dark mode, so that there is no need to implement a font color that changes with the theme.

KevsterAmp commented 1 week ago

I believe we can close this issue, since this has been resolved based on #60041

cc: @rhshadrach

rhshadrach commented 1 week ago

@KevsterAmp - looks like that issue was closed because it is a duplicate of this.