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

Update maybe_indices_to_slice to work with massive dataframes #59538

Conversation

benjamindonnachie
Copy link
Contributor

As per conversation with WillAyd revised patch as intp_t is the proper size for an indexer.

Update maybe_indices_to_slice to use np.intp for max_len.
Update maybe_indices_to_slice to use intp_t for max_len rather than int
@benjamindonnachie benjamindonnachie changed the title Update maybe_indices_to_slice to work with massive dataframes - see bug#59531 Update maybe_indices_to_slice to work with massive dataframes Aug 17, 2024
@benjamindonnachie
Copy link
Contributor Author

Hopefully fixed on PR59537 If I work out how to delete this one I will!

@benjamindonnachie benjamindonnachie deleted the benjamindonnachie-BUG#59531 branch August 17, 2024 15:35
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.

BUG: OverflowError: value too large to convert to int when manipulating very large dataframes
1 participant