pandas
https://github.com/pandas-dev/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 supported1156 Subscribers
View all SubscribersAdd a CodeTriage badge to pandas
Help out
- Issues
- BUG: Register SQLite adapters only once per process (GH#64337)
- BUG: Save and restore user SQLite adapters in to_sql() (GH#64337)
- REF: Use moments accumulator from libalgos to compute variance
- PERF: SIMD block fast lane in the read_csv tokenizer
- PERF: consolidate read_csv token metadata into a single word_ends array
- PERF: build read_csv pyarrow string columns without the GIL, deferring the wrap
- ENH: Optimize Series.apply User-Defined Functions (UDFs) via JIT Compilation Engine Option
- ENH: Add transparent JIT compilation engine support to Series.apply
- BUG: MultiIndex.set_levels/set_codes give self-contradictory "must be list-like" error for a nested value with a scalar level
- BUG: fix self-contradictory set_levels/set_codes message for nested value with scalar level
- Docs
- Python not yet supported