Skip to content

Conversation

@titaniumspy07
Copy link

Resolved error in Input 21 by dropping indexes and reindexing to be used in sns.histplot by adding:
data = data.reset_index(drop=True) # Reset the index of the DataFrame

Resolved error by dropping indexes and reindexing to be used in sns.histplot
data = data.reset_index(drop=True) # Reset the index of the DataFrame
@titaniumspy07 titaniumspy07 requested a review from a user February 27, 2023 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant