Open DSLituiev opened 1 year ago
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pandas.
[ ] I have confirmed this bug exists on the main branch of pandas.
pd.MultiIndex.from_tuples( [('Legal, financial, employment and socioeconomic history detail (observable entity)', 'Business and Financial Operation Occupation')] )
pd.MultiIndex.from_tuples is not able to display a particular string
pd.MultiIndex.from_tuples
pd.MultiIndex displayed in Jupyter
I am using Python 3.11, pandas 2.2.3. Code is executing successfully. Attached is the result. Please let me know if I am missing something.
Thanks,
Pandas version checks
[X] I have checked that this issue has not already been reported.
[X] I have confirmed this bug exists on the latest version of pandas.
[ ] I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
pd.MultiIndex.from_tuples
is not able to display a particular stringExpected Behavior
pd.MultiIndex displayed in Jupyter
Installed Versions