Skip to content

Conversation

@MarvinGravert
Copy link
Contributor

@noatamir noatamir added the Sprints Sprint Pull Requests label Apr 18, 2023
}
)
for _, row in foo.iterrows():
assert row.dtype == "object"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this probably belongs in tests.frame.methods.test_iterrows (which you'll have to create if it doesnt already exist)

@MarvinGravert MarvinGravert marked this pull request as ready for review April 19, 2023 19:05
@phofl phofl merged commit 6c56c88 into pandas-dev:main Apr 19, 2023
@phofl
Copy link
Member

phofl commented Apr 19, 2023

thx @MarvinGravert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Sprints Sprint Pull Requests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BUG: iterrows encounters OverflowError with str and datetime64[ns] columns

4 participants