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
Assigned to nobody Loading
Sort

Pull requests list

BUG-Fix: AssertionError when slicing MultiIndex and setting value of … Bug Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Stale
#35018 by luckydenis was closed Sep 22, 2020 Loading… updated Sep 22, 2020
3 tasks done
BUG: pd.Series.replace does not preserve the original dtype Dtype Conversions Unexpected or buggy dtype conversions replace replace method Stale Strings String extension data type and string data
#33622 by kotamatsuoka was closed Sep 25, 2020 Loading… updated Sep 25, 2020
3 of 5 tasks
ENH: Add validation checks for non-unique merge keys Error Reporting Incorrect or improved errors from pandas Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#35373 by LewisDavies was closed Sep 26, 2020 Loading… updated Sep 26, 2020
4 tasks done
fix generate_range function in datetimes.py file Stale
#35348 by zky001 was closed Sep 26, 2020 Loading… updated Sep 26, 2020
3 of 5 tasks
CLN: resolve DeprecationWarning in pandas/_testing.py #35942 Stale Testing pandas testing functions or related to the test suite
#35943 by fangchenli was closed Oct 5, 2020 Loading… updated Oct 5, 2020
3 tasks done
BUG: Do not use string Index like Datetimelike Index Index Related to the Index class or subclasses Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale
#33531 by nrebena was closed Oct 8, 2020 Loading… updated Oct 8, 2020
3 of 5 tasks
API: Make ExtensionDtype.construct_array_type a method API Design ExtensionArray Extending pandas with custom dtypes or arrays. Stale
#36136 by TomAugspurger was closed Oct 19, 2020 Loading… updated Oct 19, 2020 1.2
ENH: Add axis argument to Dataframe.corr Enhancement Numeric Operations Arithmetic, Comparison, and Logical operations Stale
#35984 by kc611 was closed Oct 29, 2020 Loading… updated Oct 29, 2020
2 tasks done
1.2
WIP: TST: split up tests/plotting/test_frame.py into subdir & modules #34769 Clean Stale Testing pandas testing functions or related to the test suite Visualization plotting
#34849 by iahsanujunda was closed Oct 31, 2020 Loading… updated Oct 31, 2020
1 of 5 tasks
1.2
implemented additionally functionality of formatters_col in to_latex Enhancement IO LaTeX to_latex Stale
#32666 by wgranados was closed Nov 1, 2020 Loading… updated Nov 1, 2020
1 task
improved exception message Error Reporting Incorrect or improved errors from pandas Stale
#35142 by nickmccullum was closed Nov 4, 2020 Loading… updated Nov 4, 2020
5 tasks
Doc: Dates being plotted wrong_x-compact parameter #20688 Stale Visualization plotting
#34874 by gauravchandok was closed Nov 4, 2020 Loading… updated Nov 4, 2020
3 of 5 tasks
DOC: DataFrame.reindex improve summary and return type Stale
#34584 by gauravchandok was closed Nov 4, 2020 Loading… updated Nov 4, 2020
4 of 5 tasks
BUG: Fix na_rep when using pd.NA in _format_strings (#33950) IO HTML read_html, to_html, Styler.apply, Styler.applymap Output-Formatting __repr__ of pandas objects, to_string Stale
#34565 by k-fillmore was closed Nov 4, 2020 Loading… updated Nov 4, 2020
3 of 5 tasks
PERF: fix #32976 slow group by for categorical columns Categorical Categorical Data Type Performance Memory or execution speed performance Stale
#33739 by rtlee9 was closed Nov 6, 2020 Loading… updated Nov 6, 2020
5 tasks done
BUG: Fix read_json shape error on multi-indexed DF/SR with orient='split' #4889 Bug IO JSON read_json, to_json, json_normalize Stale
#34471 by LucasG0 was closed Nov 6, 2020 Loading… updated Nov 6, 2020
4 of 5 tasks
Completely rework the capitalization check algo in 'validate_rst_title_capitalization.py' Code Style Code style, linting, code_checks Docs Stale
#34922 by cleconte987 was closed Nov 7, 2020 Loading… updated Nov 7, 2020
4 tasks
BUG: DataFrame.(any|all) inconsistency Clean Internals Related to non-user accessible pandas implementation Stale
#34918 by jbrockmendel was closed Nov 14, 2020 Loading… updated Nov 14, 2020
Fixed metadata propagation in DataFrame.__getitem__ metadata _metadata, .attrs Stale
#37037 by TomAugspurger was merged Nov 15, 2020 Loading… updated Nov 15, 2020 1.2
PERF: Always using panda's hashtable approach, dropping np.in1d Performance Memory or execution speed performance Stale
#36611 by realead was merged Nov 17, 2020 Loading… updated Nov 17, 2020
3 of 4 tasks
1.2
TST GH 29699 multilevel column is called after multiple appends MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale Testing pandas testing functions or related to the test suite
#36230 by TAJD was closed Nov 17, 2020 Loading… updated Nov 17, 2020
2 of 4 tasks
Support downcasting of nullable arrays ExtensionArray Extending pandas with custom dtypes or arrays. NA - MaskedArrays Related to pd.NA and nullable extension arrays Numeric Operations Arithmetic, Comparison, and Logical operations Stale
#33435 by yixinxiao7 was closed Nov 18, 2020 Loading… updated Nov 18, 2020
4 of 5 tasks
Roll quantile support multiple quantiles as per #12093: rough sketch for discussion Stale Window rolling, ewma, expanding
#33843 by cottrell was closed Nov 26, 2020 Loading… updated Nov 26, 2020
1 task
DOC: Fix capitalization among headings in doc/source/user_guide/ part… Clean Docs Stale
#36157 by ShyamDesai was closed Nov 26, 2020 Loading… updated Nov 26, 2020
1 of 5 tasks
Coding Style Guidline.rst Docs Stale
#34608 by Stockfoot was closed Nov 27, 2020 Loading… updated Nov 27, 2020
1 of 5 tasks
ProTip! Filter pull requests by the default branch with base:main.