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-
innobi
- San Diego, CA
- http://innobi.io
Pinned
2,066 contributions in the last year
Activity overview
Contribution activity
December 2019
- WillAyd/cpython Python
Created a pull request in pandas-dev/pandas that received 9 comments
Parallelized Build / CI
Modeled after cython/cython#3187 which in 0.29.14 added parallel support A very slight boost to timing from a clean directory (bottleneck is in the…
+17
−8
•
9
comments
- Removed dead intervaltree code
- Parallel build for CI
- Clean Up nogil Warning From Parsers
- Removed unsigned parametrization from Intervaltree
- Cleaned up Tempita refs and Cython import
- JSON Support for parsing NaN, Infinity and -Infinity
- Replaced void pointers with Types in JSON Datetime Conversions
- Simplified objToJSON signatures
- Remove skiplist.pxd
- Made date time sources usage more explicit in setup.py
- Remove yapf references
- Removed parallel CI
- Cleaned Up setup.py includes
- Simplified JSON string handling
- Remove Dead JSON Code
- Consolidated Nanosecond Conversions
- Removed is_sparse_array from objToJSON
- Replace custom macro with stdlib
- Removed CParserError
- revert openpyxl test changes
- Reduce Loosely Typed Functions in objToJSON
- ENH: Add numba engine for rolling apply
- TST/REF: fixturize so as to avoid 500+ skips
- CLN: Fix abc imports
- TST: clean up skips and xfails
- BUG: Fix wrong error in df drop with non unique datetime index and invalid keys
- CLN: remove unnecessary scipy attr checks
- ENH: Allow scatter plot to plot objects and datetime type data
- TST: Add tests for if_exists keyword argument in df.to_gbq
- TYP: Typing hints in pandas/io/formats/{css,csvs}.py
- ENH: Add ignore_index for df.sort_values and series.sort_values
- TYP: Typing annotations pandas/util/
- CLN: Use of Iterable from collections.abc instead of typing.Iterable
- CLN: use f-string for JSON related files
- CLN: DataFrameGroupBy._cython_agg_general
- ENH: Add ignore_index for df.drop_duplicates
- CLN: str.format -> f-strings for `io/sas`
- TST: collect arithmetic test helpers
- CLN: tslibs.parsing
- TYP: Type hints in pandas/io/formats/excel.py
- CI: Remove powershell scripts (Azure)
- DOC: .get_slice_bound in MultiIndex needs documentation.
- TYP: Type annotations in pandas/io/formats/style.py
- CI: clean environment.yml, comment that req-dev is generated
- CI: transition powershell-> bash
- REF: algos_take_helper de-nest templating
- Some pull request reviews not shown.
Created an issue in pandas-dev/pandas that received 3 comments
CI Error AttributeError: 'ExcelFile' object has no attribute 'engine'
Showing up in https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=22986&view=logs Traceback (most recent call last): File "D:\a\1\s\pand…
3
comments
- Deprecate Reading 0001-01-01 as NULL Timestamp
- Actually Write NULL Values for Missing Timestamps
- More Efficient Reader Implementation
- Timedelta field with pd.NaT throws ValueError
- Feature Documentation
- Use stdint.h uintptr_t for Address Space
- Allow Telemetry
- Replace MANIFEST.in
- Post to conda
- Allow user to pass connection / hyper instance
16
contributions
in private repositories
Dec 11