You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
df1 has an index we can't completely see even using resize. df2 will automatically size the index correctly, even without resize. The only difference is "-" after "long" instead of "_"
Hey @ebsebs1, thanks for reporting and sorry for the late reply. I tried to reproduce your problem on Linux but I was unable to (I can see the full index text in both dataframes).
@dalthviz, could you check if this problem appears for you on Windows? Thanks!
Description
What steps will reproduce the problem?
df1 = pd.DataFrame(data=[42], index=['C(long_index_value_active):C(Weibull_Index_Value_Inactive)'])
df2 = pd.DataFrame(data=[42], index=['C(long-index_value_active):C(Weibull_Index_Value_Inactive)'])
df1 has an index we can't completely see even using resize. df2 will automatically size the index correctly, even without resize. The only difference is "-" after "long" instead of "_"
Versions
Dependencies
The text was updated successfully, but these errors were encountered: