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 36 million developers.
Sign up
Pinned
845 contributions in 2018
Activity overview
Contributed to
pandas-dev/pandas,
python-sprints/python-sprints.github.io,
datapythonista/datapythonista.github.io
and 5 other
repositories
Contribution activity
December 2018
Created a pull request in pandas-dev/pandas that received 14 comments
CI/TST: Making ci/run_tests.sh fail if one of the steps fail
Looks like when simplifying the running of the tests in the CI (#23924), I missed the -e in the bash header. And that makes the ci/run_tests.sh exi…
+8
−2
•
14
comments
- DOC: Make sphinx fail the build when --warnings-are-errors is set
- TST: Fixing bug in skipping db tests by default
- DOC: Clean up of API doc sections
- DOC: Fix building of a single API document
- DOC: Fixing broken references in the docs
- TST: Skip db tests unless explicitly specified in -m pattern
- DOC: Splitting api.rst in several files
- CI: Moving 3 jobs from travis to azure
- DOC: Fixing doc upload (no such remote origin)
- TST: Making explicit when we run the db tests
- CI: Moving CircleCI build to Travis
- DOC: Adding links to offset classes in timeseries.rst
- DOC: Adding offsets to API ref
- DOC: Adding cookbook data file, to avoid doc error
- DOC: Fixing more doc warnings
- DOC: Fixing more doc warnings
- DOC: Fixing several doc warnings
- DOC: Doc build for a single doc made much faster, and clean up
- DOC: Removing old release.rst
- DOC: Adding missing module, causing sphinx not to find functions/methods
- CI: Fixes to the patterns code checks
- DOC: Not pushing the docs to github pages in PRs
- DOC: Removing remaining spellcheck related stuff (deps, docs, code, whatsnew)
- DOC: Making the build fail if the doc build fails
- DOC: Add new required sphinx setting latex_elements
- Some pull requests not shown.
- Fix hard-coded pandas version to infer the current
- Fixed PEP8 errors in doc/source/whatsnew/v0.15.*
- Fix excel-related docstring errors
- DOC: fix flake8 issue in groupby.rst
- DOC: Add dateutil to intersphinx #24437
- Potential bug fixes on shell scripts
- DOC: Added MultiIndex Example for Series Min
- Integer NA docs
- DOC: Fix docstrings with the sections in the wrong order #24280
- STY: Check pytest.raises is used context manager
- DOC: Fixes additional flake8 issues in whatsnew v0.14.0 #24240
- DOC: Update compiler guidance for Windows
- DOC: Fix docstring of window.Expanding/Rolling.apply and document *args and **kwargs
- DOC: Fixes flake8 issues in whatsnew v0.13.* #24256
- DOC: Fix flake8 issues with whatsnew v0.18.*
- API: Make Series.searchsorted return a scalar, when supplied a scalar
- CLN: Add issue number
- DOC: whatsnew 0.24.0 corrections & edits & remove some warnings
- DOC: FIx flake8 errors for whatsnew v0.7.* -v0.9.* rst
- DOC: Fix flake8 issues in whatsnew v10* and v11*
- Flake8 rst v0.14.x.rst
- DOC: avoid warnings ipython 'Code input with no code'
- DOC: Fix summaries not ending with a period
- DOC: add back currentmodule to api.rst
- Fix flake8 issues on v22, v23 and v24rst
- Some pull request reviews not shown.
Created an issue in pandas-dev/pandas that received 18 comments
DOC: Split api.rst in sections
The pandas API reference page is huge. Which makes it difficult for users to find information, and for us to edit. Given the size of the page, I th…
18
comments
- DOC: Missing PandasArray methods in API
- DOC: Reorganization of the documentation
- CI: Simplify and unify environment creation
- DOC: FutureWarnings when building io.rst
- DOC: Add dateutil to intersphinx
- DOC: Add offsets methods to the API reference
- DOC: Fix docstrings with the sections in the wrong order
- DOC: Fix flake8 issues in doc/source/visualization.rst
- DOC: Fix flake8 issues in doc/source/reshaping.rst
- DOC: Fix flake8 issues in doc/source/merging.rst
- DOC: Fix flake8 issues in doc/source/groupby.rst
- DOC: Fix flake8 issues in doc/source/enhancingperf.rst
- DOC: Fix flake8 issues in doc/source/dsintro.rst
- DOC: Fix flake8 issues in doc/source/10min.rst
- DOC: Fix all flake8 issues and warning in the documentation pages
- DOC: Deprecation directive in docstrings should be placed before the extended summary
- TST: Implement lock decorator for single tests
- DOC: Fix quotes position in pandas.core
- DOC: Fix quotes position in Timestamp and Timedelta
- DOC: Make _field_accessor manage the docstring format
- CI: Log of the benchmarks doesn't keep the line breaks
- DOC: Fix quotes position in Series docstrings
- DOC: Fix order of sections in Series docstrings
- CI: Use all available cores in the CI