89
I Use This!
Very High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: set __module__ for objects in pandas pd.DataFrame API (#55171) More... about 2 months ago
REF/PERF: Use concat(..., ignore_index=True) when index doesn't matter (#57913) More... about 2 months ago
CLN: enforce deprecation of `NDFrame.interpolate` with `ffill/bfill/pad/backfill` methods (#57869) More... about 2 months ago
CLN: Enforce verbose parameter deprecation in read_csv/read_table (#57966) More... about 2 months ago
DOC: Update docs with the use of meson instead of setup.py (#57917) More... about 2 months ago
DOC: fix closing sq. bracket in pandas.read_fwf example (#57959) (#57961) More... about 2 months ago
DEPR: remove deprecated units ‘H’, ’T’, and smaller from Timedelta, TimedeltaIndex (#57627) More... about 2 months ago
Use memcpy / realloc more effectively in hashtable (#57695) More... about 2 months ago
PERF: Avoid np.divmod in maybe_sequence_to_range (#57812) More... about 2 months ago
DOC: #38067 add missing holiday observance rules (#57939) More... about 2 months ago
Clean up more Cython warning (#57946) More... about 2 months ago
CLN: replace deprecated freqs `H`/`M` with `h`/`ME` in tests for plotting (#57877) More... about 2 months ago
Fix tagging within Dockerfile (#57935) More... about 2 months ago
BUG: PyArrow dtypes were not supported in the interchange protocol (#57764) More... about 2 months ago
REF: Clean up concat statefullness and validation (#57933) More... about 2 months ago
BUG: Negative freq in date_range produces values out of start and endpoints (#56832) More... about 2 months ago
CLN: Hashtable rename struct members (#57704) More... about 2 months ago
BUG: Replace on Series/DataFrame stops replacing after first NA (#57865) More... about 2 months ago
Cython guard against [c|m|re]alloc failures (#57705) More... about 2 months ago
Refactored pandas_timedelta_to_timedeltastruct (#55999) More... about 2 months ago
REF: Avoid new object creation when reverse slicing when possible (#57902) More... about 2 months ago
DOC: Getting started tutorials css adjustments (#57916) More... about 2 months ago
DOC: fix minor typos and grammar missing_data.rst (#57929) More... about 2 months ago
BUG: pretty print all Mappings, not just dicts (#57915) More... about 2 months ago
CLN: Remove unused code (#57920) More... about 2 months ago
Remove Cython warnings (#57919) More... about 2 months ago
STYLE: Detect unnecessary pylint ignore (#57918) More... about 2 months ago
PERF: Allow ensure_index_from_sequence to return RangeIndex (#57786) More... about 2 months ago
DOC: Fix F821 error in docstring (#57863) More... about 2 months ago
CI: Improve API of --ignore_errors in validate_docstrings.py (#57908) More... about 2 months ago