Open
Description
What is your issue?
One pandas-dev/pandas#57676 is completed, we should be able to do the joins in the _to_dataframe
method faster (we need to be able to handle the singleton case which is hte issue with pandas):
Lines 7170 to 7177 in 239309f
see discussion here