Popular repositories
-
-
Forked from pandas-dev/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
Python
596 contributions in the last year
Less
More
Activity overview
Contributed to
pandas-dev/pandas
Contribution activity
April 2021
Created 10 commits in 1 repository
Created a pull request in pandas-dev/pandas that received 9 comments
Skipt failing tests for numpy dev
xref #40874 tests added / passed Ensure all linting tests pass, see here for how to run them Skipping for now.
+30
−1
•
9
comments
Opened 16 other pull requests in 1 repository
pandas-dev/pandas
8
merged
8
open
- Backport PR #41015 on branch 1.2.x (Revert "Skipt failing tests for numpy dev (#40877)")
- Revert "Skipt failing tests for numpy dev (#40877)"
- Bug in to_datetime raising ValueError with None and NaT and more than 50 elements
- Regression modifying obj with all false indexer
- Deprecate joining over a different number of levels
- Deprecate suffixes in merge producing duplicate columns
- Bug in loc returning multiindex in wrong oder with duplicated indexer
- Fix typing for union_with_duplicates
- Add keyword sort to pivot_table
- Clarify docs for MultiIndex drops and levels
- Backport PR #40877 on branch 1.2.x (Skipt failing tests for numpy dev)
- Add test to check check_like with different indexes
- Deprecate level keyword for dataframe and series aggregations
- Fix bug in index.union with duplicates and not a subset of each other
- Fix fillna accepting downcast as dict
- Bug in loc not ordering rhs correctly for mixed indexer
Reviewed 22 pull requests in 1 repository
pandas-dev/pandas 22 pull requests
- ENH: check for string and convert to list in DataFrame.dropna subset argument
- DOC: Improve describe() documentation
- added test case for iloc function if it returns the same output for b…
- Bug in to_datetime raising ValueError with None and NaT and more than 50 elements
- Issue39845 column indexing
- Fix setting dataframe column to 2d array with more than one col
- Fix typing for union_with_duplicates
- BUG: MultiIndex.union dropping duplicates from result
- Deprecate level keyword for dataframe and series aggregations
- DOC: Fixed documentation for few files
- Fix bug in index.union with duplicates and not a subset of each other
- TST Add test for iloc on interval index
- REGR: ufunc with DataFrame input not passing all kwargs
- Skipt failing tests for numpy dev
- DOC: Updates Index.reindex docstrings (#40328)
- BUG: merge_asof should be treated as a left join
- Two missing spaces in argmax, argmin docs
- TST: add test on checking objects to concatenate
- EHN: multi-column explode
- TST: groupby of idxmax/min with mixed types
- BUG: Do not allow boolean values for indexing with .loc without a boolean index.
- Agg functions for df not respecting numeric only with level
Created an issue in pandas-dev/pandas that received 5 comments
BUG: Inconsistency for iloc between np.array and pd.array
I have checked that this issue has not already been reported. I have confirmed this bug exists on the latest version of pandas. (optional)…
•
5
comments

