Open YizhenChen opened 3 years ago
Hi I experienced the same ValueError, but could not solve the issue yet.
Sorry, I can't trace the bug. Could you please send me your csv file?
I had the same error. Downgrade pandas to 1.2.4 can solve this problem.
I had the same error. Downgrade pandas to 1.2.4 can solve this problem.
Thank you you solved my problem (with python 3.8.10)!
I was trying the Seurat example and got this value error: ValueError: MultiIndex has no single backing array. Use 'MultiIndex.to_numpy()' to get a NumPy array of tuples.
Did anyone experience the same issue?