- United Kingdom
Block or Report
Block or report simonjayhawkins
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
pypastry Public
Forked from datapastry/pypastry
The opinionated machine learning experimentation framework
-
pandas Public
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
-
-
Forked from PacktPublishing/Pandas-Cookbook-Second-Edition
Pandas Cookbook Second Edition, published by Packt
Jupyter Notebook 1
-
kedro Public
Forked from quantumblacklabs/kedro
A Python library that implements software engineering best-practice for data and ML pipelines.
Python 1
-
numpy Public
Forked from numpy/numpy
The fundamental package for scientific computing with Python.
C
1,004 contributions in the last year
Contribution activity
November 2021
Created 22 commits in 3 repositories
Created a pull request in pandas-dev/pandas that received 4 comments
TYP: use TYPE_CHECKING for import_optional_dependency("numba")
xref #44233 (comment) or could go with #44254 (comment) instead. cc @twoertwein
Opened 11 other pull requests in 1 repository
pandas-dev/pandas
9
merged
2
open
- Backport PR #44557 on branch 1.3.x (DOC: follow-up to #44518, move release note)
- DOC: follow-up to #44518, move release note
- Partial Backport PR #44529 on branch 1.3.x (CLN: tighten noqas)
- Backport PR #44523 on branch 1.3.x (COMPAT: Matplotlib 3.5.0)
- TYP/CI: fix to_string overload
- Backport PR #44452: Revert "CI: xfail tests failing on numpy dev"
- TYP/CLN: remove defaults from overloads
- Backport PR #44362 on branch 1.3.x (CI: xfail tests failing on numpy dev)
- TYP: _ensure_data and infer_dtype_from_array
-
TYP: remove a
type: ignore - Revert "CLN: DataFrame.__repr__"
Reviewed 13 pull requests in 1 repository
pandas-dev/pandas
13 pull requests
- Backport PR #44518 on branch 1.3.x (BUG: DataFrame with scalar tzaware Timestamp)
- TYP: Typ part of python_parser
- TYP: improve typing for DataFrame.to_string
- TYP: Subset of "Improved the type stubs in the _libs directory to help with type checking"
- TST/COMPAT: update csv test to infer time with pyarrow>=6.0
- Fixed regression in Series.duplicated for categorical dtype with bool categories
- TYP: _ensure_data and infer_dtype_from_array
- CLN/TYP: address TODOs, ignores
-
TYP: remove a
type: ignore - BUG: partially-inferring pydatetime objects
- DEPR: unused 'errors' keyword in where, mask
- ENH: added regex argument to Series.str.split
- CLN: DataFrame.__repr__