Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- London
- https://datapythonista.me
Pinned
928 contributions in the last year
Activity overview
Contributed to
pandas-dev/pandas,
euroscipy/www.euroscipy.org,
python-sprints/pandas-mentoring
and 5 other
repositories
Contribution activity
December 2019
Created a pull request in pandas-dev/pandas that received 2 comments
CI: Fix print skipped tests
closes #30040
tests added / passed
passes black pandas
passes git diff upstream/master -u -- "*.py" | flake8 --diff
whatsnew entry
Looks lik…
+2
−2
•
2
comments
- CI: Checks job aborted if a step fails GH30298
- CLN: .format to f-string formatting in various files
- DOC: Fixes to docstrings, mainly PR09 errors
- DOC: Style format
- CI: correct azure-36-locale slow name + move pyarrow
- CI: ensure proper coverage of different pyarrow versions
- CI: Format isort output for azure
Created an issue in pandas-dev/pandas that received 14 comments
DEPR: Remove pandas.np
Not sure if it was added intentionally, but it's possible to call numpy with the np attribute of the pandas module:
import pandas
x = pandas.np.arr…
14
comments