Popular repositories
-
-
-
-
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
-
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
2,515 contributions in the last year
Less
More
Activity overview
Contribution activity
May 2021
Created 2 commits in 1 repository
Reviewed 8 pull requests in 1 repository
apache/arrow 8 pull requests
- ARROW-12150: [Python] Correctly infer type of mixed-precision Decimals
- ARROW-12431: [C++] Mask is inverted when creating FixedSizeBinaryArray
- ARROW-10675 [C++][Python] Support AWS S3 Web identity credentials
- ARROW-12617: [Python] Align orc.write_table keyword order with parquet.write_table
- ARROW-12568: [C++][Compute] Fix nullptr deference when array contains no nulls
- ARROW-12240: [Python] Fix invalid-offsetof warning
- ARROW-12622: [Python] Fix segfault in read_csv when not on main thread
- ARROW-12004: [C++] Result<detail::Empty> is annoying