-
- Notifications
You must be signed in to change notification settings - Fork 19.4k
Pull requests: pandas-dev/pandas
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
EHN: Improved thread safety for read_html() GH16928 Bug IO HTML read_html, to_html, Styler.apply, Styler.applymap Multithreading Parallelism in pandas
Fix for issue #21150, using a simple lock to prevent an issue with multiple threads accessing an Index Bug Multithreading Parallelism in pandas
#22006 by kinow was closed Nov 23, 2018 Loading…
4 tasks
ENH: Parallelization support for pairwise correlation cov/corr Enhancement Multithreading Parallelism in pandas
#61737 by gangula-karthik was closed Jul 21, 2025 Loading…
5 tasks done
BUG: using .loc[:,column] fails type coercion when the object is a multi-index Bug Indexing Related to indexing on series/frames, not to indexes themselves Multithreading Parallelism in pandas
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.