Highlights
- Arctic Code Vault Contributor
Pinned
515 contributions in the last year
Activity overview
Contributed to
pandas-dev/pandas,
mroeschke/Python-Project-Template,
ibis-project/ibis
and 4 other
repositories
Contribution activity
December 2020
Created 16 commits in 3 repositories
Created 1 repository
Created a pull request in pandas-dev/pandas that received 7 comments
ENH: Add method argument to rolling constructor to allow table-wise rolling
closes #15095
tests added / passed
passes black pandas
passes git diff upstream/master -u -- "*.py" | flake8 --diff
whatsnew entry
+285
−20
•
7
comments
Opened 11 other pull requests in 1 repository
pandas-dev/pandas
10
merged
1
closed
- CLN: Rolling _prep_values
- CLN: Rolling helper attributes
- CLN: numba.prange usage
- ENH/ERR: More consistent error reporting with invalid win_type in rolling
- CLN: Remove _get_roll_func
- CLN: Window _constructors definitions
- BENCH: Increase sample of CategoricalIndexIndexing.time_get_indexer_list benchmark
- WIP: CI: Supress urllib3 tests in pytest
- CI: Supress moto server logs in tests
- CI: Use --strict-markers for pytest 6.0.2
- BENCH: Fix CategoricalIndexing benchmark
Reviewed 21 pull requests in 1 repository
pandas-dev/pandas 21 pull requests
- ENH: add end and end_day origin for resample
- ENH: Map pandas integer to optimal SQLAlchemy integer type (GH35076)
- patch wsl compatibility
- TST/REF: collect datetimelike factorize tests
- TST: Bare pytest raises
- TST/REF: collect tests by method
- CLN: use .view(i8) instead of .astype(i8) for datetimelike values
- DOC: Add doc-string examples for pd.read_sql using custom parse_dates arg values
- df.melt() column name 'variable'
- BUG: Allow custom error values in parse_dates argument of read_sql like functions (GH35185)
- BUG: read_csv not converting to float for python engine with decimal sep, usecols and parse_dates
- TST: Add test to ensure DF describe does not throw an error (#32409)
- Corrected the grammar in Exception
- ENH: add "schema" kwarg to io.sql.get_schema method
- DOC: add examples to insert and update generally
- TST: share transform tests
- TST: avoid skipping in frame arith test
- CLN: dtypes.cast
- Removed unnecessary dict calls
- CLN: fix C408 #38138
- PERF: fix regression in creation of resulting index in RollingGroupby