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
1,975 contributions in the last year
Less
More
Activity overview
Contributed to
apache/arrow,
apache/arrow-rs,
apache/arrow-experimental-rs-parquet2
and 5 other
repositories
Contribution activity
August 2021
Created 26 commits in 4 repositories
Created 1 repository
Created a pull request in apache/arrow that received 10 comments
Opened 14 other pull requests in 2 repositories
apache/arrow
12
closed
1
open
- ARROW-13632: [C++] Fix filtering of sliced FixedSizeList array
- ARROW-13636: [CI] Disallow installing PyPy
- MINOR: [C++][CI] Fix s3fs_test.cc compile error
- ARROW-8022: [C++] Add static and small vector implementations
- ARROW-13541: [C++][Python] Implement ExtensionScalar
- ARROW-13595: [C++] Add debug mode check for compute kernel output type
- ARROW-5244: [C++] Remove experimental marker from some APIs
- ARROW-12359: [C++] Deprecate FileSystem::OpenAppendStream
- ARROW-10373: [C++] Validate null_count in Array::ValidateFull()
- ARROW-13552: [C++] Remove deprecated APIs
- ARROW-9719: [Python] Improve HadoopFileSystem docstring
- ARROW-13132: [C++] Add Scalar validation
- ARROW-13522: [C++] Fix regression in UTF8 trim functions
fastfloat/fast_float
1
merged
Reviewed 47 pull requests in 2 repositories
apache/arrow
45 pull requests
- ARROW-13222: [C++] Improve type support for case_when
- ARROW-12959: [C++][R] Option for is_null(NaN) to evaluate to true
- PARQUET-490: [C++][Parquet] Basic support for reading DELTA_BINARY_PACKED data
- ARROW-13033: [C++] Kernel to localize naive timestamps to a timezone (preserving clock-time)
- ARROW-13164: [R] altrep vectors from Array with nulls
- ARROW-8022: [C++] Add static and small vector implementations
- ARROW-13627: [C++] Fully support ScalarAggregateOptions in (hash) any/all/sum/product/mean
- ARROW-13602: [C++] Fix strict aliasing warning in bit util test
- ARROW-13476: [Doc][Python] Switch ipc/io doc to use context managers
- ARROW-1568: [C++] Implement Drop Null Kernel for Arrays
- ARROW-13628: [Format][C++][Java] Add MONTH_DAY_NANO interval type
- ARROW-13311: [C++][Documentation] Document hash aggregate kernels
- ARROW-13639: [C++] Fix out-of-bounds access in Concatenate with null slots and empty dictionary
- ARROW-13174: [C++][Compute] Add strftime kernel
- ARROW-13635: [Packaging][Python] Define --with-lg-page for jemalloc in the arm manylinux builds
- ARROW-13614: [C++] Add decimal support to min_max/hash_min_max
- ARROW-12980: [C++] Kernels to extract datetime components should be timezone aware
- ARROW-13600: [C++] Fix maybe uninitialized warnings
- MINOR: [Python][Doc] Added sort example to docs
- ARROW-9947: [Python] High-level Python API for Parquet encryption of files.
-
ARROW-9616: [C++][R] Remove templated base classes named
/.*ConcurrencyWrapper/ - ARROW-13605: [C++] Capture node with shared_ptr to avoid TSan warning
- ARROW-13541: [C++][Python] Implement ExtensionScalar
- ARROW-13574: [C++] Add 'count all' option to count kernels
- ARROW-13575: [C++] Add hash_product kernel
- Some pull request reviews not shown.
python/cpython
2 pull requests
Created an issue in fastfloat/fast_float that received 3 comments
Accept custom decimal point
In some cases it may be desired to customize the decimal point character that's detected by the float parsing routines. Of course, it's easy for th…
3
comments