Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

decorate isna with @set_module('pandas') Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60271 opened Nov 9, 2024 by SiemBerhane Loading…
5 tasks
3.0
add parametrization to the tests Sprints Sprint Pull Requests Testing pandas testing functions or related to the test suite
#60270 opened Nov 9, 2024 by espoirMur Loading… 3.0
IndexSliceupdate Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60269 opened Nov 9, 2024 by shengjie2013 Loading…
5 tasks
3.0
decorate pandas.core.groupby.generic classes with @set_module('pandas') Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60268 opened Nov 9, 2024 by ofsouzap Loading… 3.0
decorate timedelta_range with @set_module('pandas') Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60267 opened Nov 9, 2024 by chanshing Loading…
5 tasks
3.0
decorate merge functions in merge.py with @set_module('pandas') Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60266 opened Nov 9, 2024 by chanshing Loading…
5 tasks
3.0
decorate read_* functions in readers.py with @set_module('pandas') Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60265 opened Nov 9, 2024 by chanshing Loading…
5 tasks
3.0
Decorate date_range and bdate_range with @set_module('pandas') Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60264 opened Nov 9, 2024 by chanshing Loading…
5 tasks
3.0
ENH: set __module__ with set_module decorator on Series Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60263 opened Nov 9, 2024 by dl-lim Loading…
4 of 5 tasks
3.0
ENH: Set __module__ on StringDatatypes Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
#60261 opened Nov 9, 2024 by espoirMur Loading…
5 tasks
3.0
Solution to issue #49725 did changes in DOC
#60259 opened Nov 9, 2024 by AmeyGaneshMedewar Loading…
TST: Add test for visibility of x label and xtick labels for plot.hexbin Needs Tests Unit test(s) needed to prevent regressions Visualization plotting
#60253 opened Nov 8, 2024 by jasonmokk Loading…
3 tasks done
3.0
BUG: remove single quotes in index names when printing Bug Output-Formatting __repr__ of pandas objects, to_string
#60251 opened Nov 8, 2024 by thedataninja1786 Loading…
4 of 5 tasks
DOC: Additions/updates documentation for df.interpolate() methods #60227 Docs Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate
#60247 opened Nov 8, 2024 by anishkarki Loading…
1 of 5 tasks
Fix Bug: last column missing formatting in Latex (#52218) Bug Styler conditional formatting using DataFrame.style
#60239 opened Nov 8, 2024 by corbanvilla Loading…
1 of 5 tasks
ENH (string dtype): convert string_view columns to future string dtype instead of object dtype in Parquet/Feather IO Arrow pyarrow functionality IO Parquet parquet, feather Strings String extension data type and string data
#60235 opened Nov 7, 2024 by jorisvandenbossche Loading… 2.3
BUG: Creation of UInt64 column with 18446744073709551615 throws RuntimeWarning Bug Constructors Series/DataFrame/Index/pd.array Constructors
#60214 opened Nov 6, 2024 by lfffkh Loading…
1 of 3 tasks
BUG: Convert output type in Excel for MultiIndex with period levels Bug IO Excel read_excel, to_excel
#60182 opened Nov 4, 2024 by ZKaoChi Loading…
4 tasks
DOC: Document attributes of Timedelta #59698 Docs Timedelta Timedelta data type
#60171 opened Nov 2, 2024 by ammar-qazi Loading…
BUG: fix #60128 BUG: Series.combine_first loss of precision Bug Dtype Conversions Unexpected or buggy dtype conversions
#60166 opened Nov 1, 2024 by cooolheater Loading…
2 of 5 tasks
ProTip! Filter pull requests by the default branch with base:main.