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
Please describe your wishes and possible alternatives to achieve the desired result.
Description
AnnData.to_df only converts data from .X or a layer to a DataFrame. It'd be great to also add metadata column from AnnData.obs. This feature would make it easier to work with Pandas groupby on the generated DataFrame, for example.