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

homogeneous Period targets bug fix Period Period data type Testing pandas testing functions or related to the test suite
#46640 by monishkumar9677 was closed Apr 7, 2022 Loading… updated Apr 7, 2022
4 tasks
Groupby Agg not working if different partials with same name on the same column Groupby Testing pandas testing functions or related to the test suite
#45075 by aliraeisdanaei was closed Mar 6, 2022 Loading… updated Mar 6, 2022
4 tasks done
1.5
Test series replace different numpy int Dtype Conversions Unexpected or buggy dtype conversions Testing pandas testing functions or related to the test suite
#45797 by weikhor was merged Feb 5, 2022 Loading… updated Feb 6, 2022
1 task done
1.5
REGR: check_flags not respected in assert_frame_equal Regression Functionality that used to work in a prior pandas version Testing pandas testing functions or related to the test suite
#45565 by phofl was merged Jan 28, 2022 Loading… updated Jan 28, 2022
4 tasks done
1.4.1
TST: changed behavior of df.loc on multiindex Indexing Related to indexing on series/frames, not to indexes themselves MultiIndex Stale Testing pandas testing functions or related to the test suite
#43879 by gamenerd457 was closed Jan 25, 2022 Loading… updated Jan 25, 2022
EA: fillna should accept same type #32414 ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Stale Testing pandas testing functions or related to the test suite
#43230 by Bhavay-2001 was closed Jan 16, 2022 Loading… updated Jan 16, 2022
1 task done
TST: added test_join_multiindex_dates Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale Testing pandas testing functions or related to the test suite
#44200 by zMendes was closed Nov 28, 2021 Loading… updated Nov 28, 2021
3 tasks
TST: Avoid time dependency in GCS zip test Testing pandas testing functions or related to the test suite
#44552 by mroeschke was merged Nov 22, 2021 Loading… updated Nov 22, 2021
2 tasks done
1.4
GH36236 - Additional Test for df.join() Reshaping Concat, Merge/Join, Stack/Unstack, Explode Stale Testing pandas testing functions or related to the test suite
#43700 by kasmith11 was closed Nov 7, 2021 Loading… updated Nov 7, 2021
1 of 4 tasks
TST: Add test for col names during groupby().agg() Groupby Stale Testing pandas testing functions or related to the test suite
#43244 by calvh was closed Oct 31, 2021 Loading… updated Oct 31, 2021
4 tasks done
1.4
TST: add test for getting array from series Constructors Series/DataFrame/Index/pd.array Constructors Testing pandas testing functions or related to the test suite Upstream issue Issue related to pandas dependency
#42939 by horaceklai was merged Sep 13, 2021 Loading… updated Sep 13, 2021
1 of 2 tasks
1.4
CI: Revive Banklist Tests IO HTML read_html, to_html, Styler.apply, Styler.applymap Testing pandas testing functions or related to the test suite
#42889 by lithomas1 was merged Sep 1, 2021 Loading… updated Sep 1, 2021
3 tasks done
1.4
TST: Add test to verify DataFrame's constructor doesn't convert Nones to strings on string columns Constructors Series/DataFrame/Index/pd.array Constructors Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#40912 by cgarciae was closed Sep 1, 2021 Loading… updated Sep 1, 2021
3 tasks done
TST: add test for Index.where when needing to cast to object dtype Testing pandas testing functions or related to the test suite
#40888 by cgarciae was closed Sep 1, 2021 Loading… updated Sep 1, 2021
4 tasks done
TST Providing unit test to snippet GH32414 Categorical Categorical Data Type ExtensionArray Extending pandas with custom dtypes or arrays. Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Testing pandas testing functions or related to the test suite
#43136 by Bhavay-2001 was closed Aug 27, 2021 Loading… updated Aug 27, 2021
1 task done
REF: axis in [..] with _get_axis_number() Testing pandas testing functions or related to the test suite
#43151 by HardevKhandhar was closed Aug 22, 2021 Loading… updated Aug 22, 2021
3 tasks done
1.4
TST: Fix doctests in style.py Docs Styler conditional formatting using DataFrame.style Testing pandas testing functions or related to the test suite
#42783 by Leonardofreua was merged Jul 31, 2021 Loading… updated Jul 31, 2021
3 tasks done
1.4
TST: Test Loc to set Multiple Items to multiple new columns Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#42665 by GYvan was merged Jul 28, 2021 Loading… updated Jul 28, 2021
4 tasks done
Backport PR #42524 on branch 1.3.x (CI: Xfail less on Python 3.10) CI Continuous Integration Python 3.10 Testing pandas testing functions or related to the test suite
#42525 by meeseeksmachine was merged Jul 14, 2021 Loading… updated Jul 14, 2021 1.3.1
BUG: GH35865 - int cast to str with colon setitem Indexing Related to indexing on series/frames, not to indexes themselves Testing pandas testing functions or related to the test suite
#41077 by arredond was merged Apr 26, 2021 Loading… updated Apr 27, 2021
3 of 4 tasks
1.3
TST: groupby of idxmax/min with mixed types Groupby Testing pandas testing functions or related to the test suite
#40795 by bsun94 was merged Apr 14, 2021 Loading… updated Apr 14, 2021
3 of 4 tasks
1.3
TST: [ArrowStringArray] more parameterised testing - part 1 Strings String extension data type and string data Testing pandas testing functions or related to the test suite
#40679 by simonjayhawkins was merged Apr 1, 2021 Loading… updated Apr 1, 2021 1.3
TST: test_tooltip.py convert to functional tests instead of class Clean Styler conditional formatting using DataFrame.style Testing pandas testing functions or related to the test suite
#40550 by attack68 was merged Mar 23, 2021 Loading… updated Mar 23, 2021
3 tasks done
1.3
Tests .loc on sparse DataFrame #34687 Dtype Conversions Unexpected or buggy dtype conversions Sparse Sparse Data Type Stale Testing pandas testing functions or related to the test suite
#38540 by weikhor was closed Feb 11, 2021 Loading… updated Mar 23, 2021
Iloc truncates single-column dataframe with extension arrays ExtensionArray Extending pandas with custom dtypes or arrays. Indexing Related to indexing on series/frames, not to indexes themselves Output-Formatting __repr__ of pandas objects, to_string Stale Testing pandas testing functions or related to the test suite
#38750 by luijkr was closed Feb 11, 2021 Loading… updated Feb 11, 2021
4 tasks
ProTip! Mix and match filters to narrow down what you’re looking for.