pandas
https://github.com/pydata/pandas
Python
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported965 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: Fix bug (#64524) where `read_html` parses a nested table incorrectly when using `html5lib` or `bs4` flavors
- PERF: optimize block consolidation
- BUG: constructing string ArrowExtensionArray with NaNs fails
- PERF: [POC] compute skew and kurtosis with SIMD Using Vector Extensions
- API: how to treat numpy string dtype (and aliases) as dtype argument in constructors?
- TST: add regression test for GH#19905 DataFrame.update with differing index types
- ENH: Plotting support for ExtensionArrays
- PERF: Use SIMD for read_csv C tokenizer
- BUG: `read_html` parses nested table incorrectly when using `html5lib` or `bs4` flavors
- ENH: Check type of objects in assert_series_equal
- Docs
- Python not yet supported