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
896 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
January 2020
- datapythonista/pandas-release Makefile
Created a pull request in pandas-dev/pandas that received 5 comments
WEB: Link from the website to the docs
The navigation of the web was implemented assuming the docs will render with the same layout. Since this is not finally the case, and the website aβ¦
+1
β9
β’
5
comments
- ENH: accept a dictionary in plot colors
- CI: Fix Assign CI not working with quotes
- Adding validate_rst_title_capitalization.py script and testing code_checks.sh (#26941)
- CI: Unify tests cases
- DOC: add plotting backends in visualization.rst
- DOC: automatic 'end' year of copyright
- CLN: __all__ for core/index.py
- CLN: assorted cleanups
- DOC: Add missing docstrings
- DOC: typo a -> an
- ENH: Fix `by` in .plot.hist
- DOC: removed wrong value of `pd.NA ** 0`
- DOC: Changed links to sphinx documentation in contributing.rst file
- TST: bare pytest raises
- DOC: remove Table of Contents on the contributing page
- DOC: Added documentation for ImportError's
- DOC: Add pandas_path to the accesor list in the documentation
- DOC: Move import conventions from wiki to docs #30808
- BLD: Run flake8 check on Cython files in pre-commit
- DOC: Fix SS03 docstring error
- STY: Spaces in wrong place
- CLN: Removed outdated comment
- BLD: more informative error message when trying to cythonize with old cython version
- STY: Spaces over concat strings - batch 1
- CI: Adding build for ARM64
- Some pull request reviews not shown.
Created an issue in pandas-dev/pandas that received 3 comments
DOC: Fix isort output in CI
In the CI, we're using isort to check whether the imports in Python files are sorted in an standard way. See https://github.com/pandas-dev/pandas/bβ¦
3
comments
- WEB: Broken older versions link in the website
- DOC: Add CZI to the sponsors page
- CLN: Possibly obsolete scripts
- CLN: Merge scripts/ and ci/ directories
- DOC: Remove tips and tricks section page from the wiki
- WEB: Add link from the docs to the web
- DOC: Fix indentation in docstring example
- DOC: Move import conventions from wiki to docs
- CLN: Fix FutureWarnings in the benchmarks