89
I Use This!
Very High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 21 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed the strings to make code simpler (#57973) More... about 1 month ago
DOC: clarify three documentation strings in base.py (#57978) More... about 1 month ago
PDEP: Change status of CoW proposal to implemented (#57977) More... about 1 month ago
CLN: Enforce deprecations for EA.fillna (#57983) More... about 1 month ago
DOC: fix list indentation in pandas.DataFrame.stack (#57975) More... about 1 month ago
DOC Add documentation for how pandas rounds values in Series.round and Dataframe.round methods (#57981) More... about 1 month ago
Implement hash_join for merges (#57970) More... about 1 month ago
ENH: set __module__ for objects in pandas pd.DataFrame API (#55171) More... about 1 month ago
REF/PERF: Use concat(..., ignore_index=True) when index doesn't matter (#57913) More... about 1 month ago
CLN: enforce deprecation of `NDFrame.interpolate` with `ffill/bfill/pad/backfill` methods (#57869) More... about 1 month ago
CLN: Enforce verbose parameter deprecation in read_csv/read_table (#57966) More... about 1 month ago
DOC: Update docs with the use of meson instead of setup.py (#57917) More... about 1 month ago
DOC: fix closing sq. bracket in pandas.read_fwf example (#57959) (#57961) More... about 1 month ago
DEPR: remove deprecated units ‘H’, ’T’, and smaller from Timedelta, TimedeltaIndex (#57627) More... about 1 month ago
Use memcpy / realloc more effectively in hashtable (#57695) More... about 1 month ago
PERF: Avoid np.divmod in maybe_sequence_to_range (#57812) More... about 1 month ago
DOC: #38067 add missing holiday observance rules (#57939) More... about 1 month ago
Clean up more Cython warning (#57946) More... about 1 month ago
CLN: replace deprecated freqs `H`/`M` with `h`/`ME` in tests for plotting (#57877) More... about 1 month ago
Fix tagging within Dockerfile (#57935) More... about 1 month ago
BUG: PyArrow dtypes were not supported in the interchange protocol (#57764) More... about 1 month ago
REF: Clean up concat statefullness and validation (#57933) More... about 1 month ago
BUG: Negative freq in date_range produces values out of start and endpoints (#56832) More... about 1 month ago
CLN: Hashtable rename struct members (#57704) More... about 1 month ago
BUG: Replace on Series/DataFrame stops replacing after first NA (#57865) More... about 1 month ago
Cython guard against [c|m|re]alloc failures (#57705) More... about 1 month ago
Refactored pandas_timedelta_to_timedeltastruct (#55999) More... about 1 month ago
REF: Avoid new object creation when reverse slicing when possible (#57902) More... about 1 month ago
DOC: Getting started tutorials css adjustments (#57916) More... about 1 month ago
DOC: fix minor typos and grammar missing_data.rst (#57929) More... about 1 month ago