An open API service providing commit metadata for open source projects.

GitHub / pandas-dev/pandas / commits

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

SHA Message Author Date Stats
8ad35340 PERF: Unary methods on RangeIndex returns RangeIndex (#57825) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d2bf501d CLN: enforce deprecation of the `method` keyword on `df.fillna` (#57760) Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d79910c1 PERF: RangeIndex.argmin/argmax (#57823) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
97c31a60 Fix issue with Tempita recompilation (#57796) William Ayd <w****d@i****o>
Committed by: GitHub <n****y@g****m>
over 1 year ago
3132971f PERF: RangeIndex.round returns RangeIndex when possible (#57824) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9f05d567 DOC: Pin dask/dask-expr for scale.rst (#57830) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f5d754d4 DOC: Fix remove_unused_levels doctest on main (#57827) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
04487b37 PERF: RangeIndex.__getitem__ with integers return RangeIndex (#57770) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
10f31f6a Fix some typing errors (#57816) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b150258a Fix doc build (#57821)
Co-authored-by: Matthew Roeschke <1****e@u****m>, Matthew Roeschke <1****e@u****m>
Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d04f908a CLN: remove deprecated classes 'NumericBlock' and 'ObjectBlock' (#57815) Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fb418b2c CLN: Remove unused private code in sas module (#57819) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f2a5272c CLN: Remove unused private attributes in stata module (#57818) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
81308500 BUG: #57775 Fix groupby apply in case func returns None for all groups (#57800) Philipp Hoffmann <P****n@p****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f15f6785 BUG: pd.unique(Index) now returns Index as Index.unique (#57679) Xiao Yuan <y****9@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d6c25869 Remove maybe unused function (#57814) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d8eb2015 DOC: fix typo in `DataFrame.plot.hist` docstring (#57808) Xiao Yuan <y****9@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
59235de7 CLN: remove deprecated strings 'BA', 'BAS', 'AS' denoting frequencies for tim... Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fd1126cf Doc: Fix GL08 error for pandas.ExcelFile.book (#57807) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9d1d6f6e Fix PR01 errors for melt, option_context, read_fwf, reset_option (#57806) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ba64039e Doc: Fix RT03 errors for read_orc, read_sas, read_spss, read_stata (#57801) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a78a22f9 Doc: fix PR07 errors in DatetimeIndex - indexer_between_time, mean and HDFSto... Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c8ca4ee9 PERF: Return RangeIndex columns instead of Index for str.partition with Arrow... Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9dc7a74f PERF: Categorical(range).categories returns RangeIndex instead of Index (#57787) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
871f01b5 Doc: fix PR07 errors for pandas.DataFrame get, rolling, to_hdf (#57804) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1b9163de Doc: fix SA01 errors for as_ordered and as_unordered (#57803) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
085b9190 Doc: fix SA01 errors for pandas.BooleanDtype and pandas.StringDtype (#57802) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8813953d Doc: fix RT03 pandas.timedelta_range and pandas.util.hash_pandas_object (#57799) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0df2f0d1 DOC: Remove RT03 docstring errors for selected methods (#57797) Jonas Bergner <4****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0cc12bc1 Fix some typing errors (#57795) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
dc19148b Migrate ruff config to the latest format (#57791) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
77f9d7ab Fix SparseDtype comparison (#57783) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
30662357 Small refactoring (#57789) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
4692686a DOC: Resolve RT03 errors in several methods #2 (#57785) Jonas Bergner <4****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1962c3f0 DOC: Resolve RT03 errors for selected methods (#57782)
Co-authored-by: Matthew Roeschke <1****e@u****m>, Matthew Roeschke <1****e@u****m>, Matthew Roeschke <1****e@u****m>
Jonas Bergner <4****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6a730458 PERF/CLN: Preserve `concat(keys=range)` RangeIndex level in the result (#57755) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
95ab36dc Fix rank method with nullable int (#57779) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7debc1f4 COMPAT: Adapt to Numpy 2.0 dtype changes (#57780) Sebastian Berg <s****b@n****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
72874873 DEPR: remove deprecated freqs/abbrevs 'A', 'A-DEC', 'A-JAN', etc. (#57699) Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a76f24e4 DOC: Fix description for pd.concat sort argument (#57776)
Co-authored-by: Thomaz <z****7@g****m>
Thomaz <t****x@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
bf171d1e Enforce numpydoc's GL05 (#57772) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
15c21a2c Bump ruff to latest version (#57766) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2d4305ca Validate docstring error code (#57767) Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
03717bcc BUG: interchange protocol with nullable datatypes a non-null validity (#57665) Marco Edward Gorelli <m****i@p****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c9f876c0 DOC-#57585: Add `Use Modin` section on `Scaling to large datasets` page (#57586)
Co-authored-by: pre-commit-ci[bot] <6****]@u****m>, Marc Garcia <g****c@g****m>
Signed-off-by: Igoshev, Iaroslav <i****v@i****m>, Igoshev, Iaroslav <i****v@i****m>, Igoshev, Iaroslav <i****v@i****m>, Igoshev, Iaroslav <i****v@i****m>, Igoshev, Iaroslav <i****v@i****m>, Igoshev, Iaroslav <i****v@i****m>
Iaroslav Igoshev <P****8@m****u>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7977a371 DOC: add whatsnew for v2.2.2 (#57759) Marco Edward Gorelli <m****i@p****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ed91fbe0 CLN: Enforce deprecation get_group with tuples of length 1 (#57743) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d447ca64 CLN: Enforce deprecation of DataFrameGroupBy.dtypes and Grouper attrs (#57756) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fd1188a2 CLN: Enforce deprecation of passing a dict to SeriesGroupBy.agg (#57757) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c71244ad CLN: Enforce deprecation of groupby.quantile supporting bool dtype (#57744) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
fe2ef376 CLN: Enforce deprecation of groupby with as_index=False excluding out-of-axis... Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b89b2f14 CLN: Enforce deprecation of method and limit in pct_change methods (#57742) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
5c1303a1 CLN: Enforce deprecation of groupby.idxmin/idxmax with skipna=False not raisi... Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a0784d2c REF: Remove dynamic docstrings from option methods (#57710) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
038976ee DOC: Add clarification to groupby docs regarding hashes and equality (#57648) gabuzi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
812a996e PERF: RangeIndex.append returns a RangeIndex when possible (#57467) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
654c6dd5 CLN: Enforce deprecation of axis=None in DataFrame reductions (#57684) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0be8f98d PERF: Return RangeIndex from RangeIndex.reindex when possible (#57647) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b89f1d0d MAINT: Adjust the codebase to the new `np.array`'s `copy` keyword meaning (#5...
Co-authored-by: Matthew Roeschke <1****e@u****m>
Mateusz Sokół <8****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7988029b DOC: Extended the documentation for `DataFrame.sort_values()` (#57678) Amin Allahyar <a****w@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
83112d72 CI: avoid `guess_datetime_format` failure on 29th of Feburary (#57674) Marco Edward Gorelli <m****i@p****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
89b286a6 DOC: Remove references to `bfill`, `ffill`, `pad`, and `backfill` in `limit_d...
Co-authored-by: Matthew Roeschke <1****e@u****m>, Matthew Roeschke <1****e@u****m>
S <7****3@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
58e63ec1 PERF: Return RangeIndex from RangeIndex.join when possible (#57651) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
59e5d939 PERF: DataFrame(ndarray) constructor ensure to copy to column-major layout (#...
Co-authored-by: Matthew Roeschke <1****e@u****m>
Joris Van den Bossche <j****e@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
438f2d48 DOC: Update drop duplicates documentation to specify method limitation (#57670) Flavia Y. Ouyang <f****g@m****a>
Committed by: GitHub <n****y@g****m>
over 1 year ago
59677c03 WEB: Remove unmaintained projects from Ecosystem (#57675) Marc Garcia <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2ce4fba6 Use ruff to enforce import alias (#57282)
Co-authored-by: Matthew Roeschke <1****e@u****m>
Trinh Quoc Anh <t****4@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e358d3c9 TST: Add test for `grouby` after `dropna` agg `nunique` and `unique` (#57711) Zhengbo Wang <2****9@q****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
0c9a66b3 Less Heap Usage in Hashtable (#57701) William Ayd <w****d@i****o>
Committed by: GitHub <n****y@g****m>
over 1 year ago
cec873ef CLN: Enforce deprecation of pinning name in SeriesGroupBy.agg (#57671) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
af354c38 REF: Avoid importing xlrd (#57708) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
2d7df18b update from 2022 to 2024 image (#57721)
Co-authored-by: Matthew Roeschke <1****e@u****m>
Thomas Baumann <t****0@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c3ae17d0 TST/CI: Fix test_repr on musl for dateutil 2.9 (#57726) Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6fa2a4be CLN: remove references to `is_anchored` from ci/code_checks.sh (#57715) Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1bf86a35 CLN: More numpy 2 stuff (#57668)
Co-authored-by: William Ayd <w****d@i****o>
Thomas Li <4****1@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
8fde168c BUG: dataframe.update coercing dtype (#57637) Marco Aurélio A. Barbosa <a****a@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ddc31444 BUG: Fix empty MultiIndex DataFrame xlsx export (#57697) Thomas Holder <t****s@t****e>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d2bc8460 PERF: Return a RangeIndex from __getitem__ with a bool mask when possible (#5... Matthew Roeschke <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
ab2980ba CI: fix ci (calamine typing) (#57689) Marco Edward Gorelli <m****i@p****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
301c5c71 WEB: Add page about benchmarks (#56907) Marc Garcia <g****c@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e14a9bd4 ENH: Report how far off the formatting is (#57667) Eric Larson <l****d@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
69f03a39 CLN: replace unnecessary `freq_to_period_freqstr` with `PeriodDtype` construc... Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c8646541 Doc: resolve GL08 for pandas.Timedelta.microseconds, unit & value (#57616) Thanh Lam DANG <7****k@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
aee49e9d CLN: unify error message when parsing datetimes with mixed time zones with ut... Natalia Mokeeva <9****l@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
09bd13ec DOC: RT03 fix for read_sql_query, read_feather (#57649)
Co-authored-by: Matthew Roeschke <1****e@u****m>, Matthew Roeschke <1****e@u****m>
Yashpal Ahlawat <y****8@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
aabc35ab REF: simplify pytables _set_tz (#57654) jbrockmendel <j****l@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
015f8d3e TST: fix test_complibs on mac (#57652) jbrockmendel <j****l@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
47cd6905 CLN: Enforce deprecation of using alias for builtin/NumPy funcs (#57444) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
7a2e96ca DOC: Fixing GL08 errors for pandas.ExcelFile.sheet_names and pandas.MultiInde...
Co-authored-by: Jonas Bergner <4****s@u****m>
thomasdamcevski <9****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
737d3903 DOC: RT03 fix for read_sql method (#57638) Yashpal Ahlawat <y****8@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
a73ab97d DOC: fix PR01/SA01 errors for pandas.tseries.offsets.*.is_(month|quarter|year... Xiao Yuan <y****9@g****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
d63f00fe DOC: Add `DataFrame.isetitem` method (#57614)
Co-authored-by: Matthew Roeschke <1****e@u****m>, Matthew Roeschke <1****e@u****m>
Zhengbo Wang <7****6@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
31dc1386 Doc: fix PR01 docstring errors for pandas.CategoricalIndex.equals and pandas.... Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b6230f3f Doc: fixing RT03 errors for pandas.DataFrame.expanding (#57615) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f1a78d5a Doc: resolve GL08 for pandas.core.groupby.SeriesGroupBy.value_counts (#57609) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
f7419d8a DOC: Whatsnew notable bugfix on groupby behavior with unobserved groups (#57600) Richard Shadrach <4****h@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e19dbeeb DOC: fix RT03 for CategoricalIndex.set_categories, DataFrame.astype, DataFram... Jonas Bergner <4****s@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
6de37171 TYP: misc annotations (#57606) Torsten Wörtwein <6****n@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
4153f87e Doc: Fix PR07 errors for pandas.DataFrame.align (#57612) Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1f860f3e DOC: fixing GL08 errors for pandas.DatetimeIndex.as_unit and pandas.DatetimeI...
Co-authored-by: Jonas Bergner <4****s@u****m>, Jonas Bergner <4****s@u****m>
Jordan Murphy <3****y@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago

← Back to repository