Skip to content

Conversation

Asifussain
Copy link

This pull request includes a change to the _get_cleaned_column_resolvers method in the pandas/core/generic.py file. The change ensures that the correct data type is used when creating a Series object.

Data type handling improvement:

  • pandas/core/generic.py: Modified the _get_cleaned_column_resolvers method to use the correct data type (dtype) as iteration of dtypes when creating a Series object by including dtypes in the zip function.

Asifussain added 2 commits October 8, 2024 18:56
Use individual dtypes in Series constructor during iteration.
@mroeschke
Copy link
Member

Thanks for the PR, but we have a contributor already working on this issue (#59971). If this PR goes stale we can reopen this one so closing

@mroeschke mroeschke closed this Oct 8, 2024
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