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
927 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 4 comments
TST: Xfailing broken GBQ test
xref #30470 Test recently introduced in #30447 seems to be failing in master. Xfailing it for now. CC: @jreback
+1
−0
•
4
comments
- DOC: Code style documentation
- CI: Web_and_Docs failing
- CI: Add test case for unwanted patterns
- DOC: Make pyplot import explicit in the 10 minutes to pandas page
- Parallel build for CI
- Make resample documentation better
- STYLE: Use f-string in io/parsers
- CLN: Orderdict -> defaultdict(list)
- CI: Checking in f-strings we use {repr(...)} instead of {...!r}
- [ENH] Add to_markdown method
- DEPR: Deprecate pandas.np module
- STY: Removed unconcatenated strings
- CI: clean environment.yml, comment that req-dev is generated
- CI: Checks job aborted if a step fails GH30298
- CI: Code checks ensure return status is handled
- Fix EX03 errors in generic.py
- 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 17 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…
17
comments