Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed DataFrame and String Summation Error #16

Merged
merged 1 commit into from
Jul 21, 2022

Conversation

TekyaygilFethi
Copy link
Contributor

Fixed "ufunc 'add' did not contain a loop with signature matching types dtype('<U23') dtype('<U23') dtype('<U23')" error by changing train (which is a df) to string in to_csv method. Before this, code was trying to sum dataframe and string.

Fixed "ufunc 'add' did not contain a loop with signature matching types dtype('<U23') dtype('<U23') dtype('<U23')" error by changing train (which is a df) to string in to_csv method. Before this, code was trying to sum dataframe and string.
@omarsayed7 omarsayed7 merged commit 7b9e45c into omarsayed7:master Jul 21, 2022
@omarsayed7
Copy link
Owner

LGTM

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.

2 participants