Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Stars
48.4k
Forks
19.8k
Watchers
48.4k
Open Issues
3.5k
Overall repository health assessment
No package.json found
This might not be a Node.js project
5.2k
commits
4.7k
commits
3.1k
commits
1.6k
commits
1.5k
commits
1.1k
commits
655
commits
628
commits
607
commits
505
commits
DOC: clarify Series reindexing on column assignment (#64274)
3ba8677View on GitHubDoc: Improve description on Series.case_when (#64145)
1eefeb3View on GitHubBUG: Categorical repr values line now respects display.width (#65024)
6e0f391View on GitHubBUG: Index repr attributes now wrap to respect display.width (#65022)
1e57b38View on GitHubBUG: .loc with (scalar, list) on MultiIndex not dropping scalar level (#64792)
ea16919View on GitHubBUG: use uint64_t instead of size_t for row counts in CSV parser (#65057)
bd6f023View on GitHubTST: Add roundtrip regression test for to_csv with embedded newlines (#65058)
b4e75fcView on GitHubDOC: fix typo in timeseries documentation (ns -> us) (#65070)
fa9919eView on GitHubPERF: use searchsorted in IntervalIndex.get_indexer for monotonic indexes (#64786)
d0d6949View on GitHubPERF : Speed up `merge(sort=False)` for range-like unique integer join keys (left/right joins) (#64148)
b6c8839View on GitHubBUG: exclude RangeIndex from _can_use_libjoin, fix _union sorting (#64797)
635936bView on GitHub