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
In the first code block in 3.read in data, there is the following error: Variable names are not unique. To make them unique, call .var_names_make_unique.
Variable names are not unique. To make them unique, call .var_names_make_unique.
... storing 'feature_types' as categorical
... storing 'genome' as categorical. I followed the tutorial but it still happened, I would like to ask why this problem occurs
The text was updated successfully, but these errors were encountered:
In the first code block in 3.read in data, there is the following error: Variable names are not unique. To make them unique, call
.var_names_make_unique
.Variable names are not unique. To make them unique, call
.var_names_make_unique
.... storing 'feature_types' as categorical
... storing 'genome' as categorical. I followed the tutorial but it still happened, I would like to ask why this problem occurs
The text was updated successfully, but these errors were encountered: