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,142 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in pandas-dev/pandas that received 14 comments
Parallel Cythonization for spawned Processes
Originally thought this only affected Windows, but parallel Cythonization is also broken on Python 3.8 on macOS as they shifted from using fork to …
+36
−36
•
14
comments
- Split out JSON Date Converters
- Added clang inline helper
- JSON Date Handling 1.0 Regressions
- DOC: whatsnew for 1.1
- 1.0.1 Whatsnew
- Implement C Level Timedelta ISO Function; fix JSON usage
- Multi Phase JSON Initialization
- Consistent json error
- JSON Code Cleanup
- Improve ASV Environment Creation Performance
- Split out JSON Date Converters
- TYP: Type annotations in pandas/io/formats/style.py
- TST: Disallow bare pytest.raises
- CLN: assorted cleanups
- REF: by stricter about what we pass to _simple_new
- FIX: fix interpolate with kwarg limit area and limit direction using pad or bfill
- WEB: Improving the sponsors in the web, and adding CZI
- JSON Date Handling 1.0 Regressions
- Follow up PR: #28097 Simplify branch statement
- CI: Travis Remove Unrequired Exclude
- BUG: Preserve string dtype in extract
- DOC: Clarified documentation for convert_dates and use_default_dates params
- CI: Unify tests cases
- CLN: remove checks for inferred_dtype==unicode
- BUG: correct wrong error message in df.pivot when columns=None
- DOC: Moved PANDAS_TESTING_MODE tip to .travis.yml (#30694)
- TST: Insert 'match' to bare pytest raises
- ENH: Add Stata 119 writer
- ENH: Add support for dataclasses in the DataFrame constructor
- STY: concat strings
- BUG: pd.crosstab(s1, s2) handle column index incorrectly when both series have tuple names
- STY: concat strings
- FIX: Added small corrections to the test for interpolate limit_area
- CLN: misc cleanups
- CLN: remove unused NDFrame methods
- Some pull request reviews not shown.
Created an issue in pandas-dev/pandas that received 3 comments
Error on Warnings From C Extensions
May differ on other platforms, but currently I see about 19 warnings from C extensions still left. I think we should aim to clean these up and set …
3
comments