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
Note however, that there isn't necessarily an efficient way to do this for Sparse. The sparsity is encoded column-wise, so I suspect you'll need to have an intermediate dense representation before returning to sparse.
Code Sample, a copy-pastable example if possible
Problem description
Given the entire dataframe is sparse, it should probably remain sparse on transpose?
Current output:
Expected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: