This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Home
Uwe L. Korn edited this page Jul 17, 2018
·
28 revisions
Welcome to the fletcher wiki!
We mainly use this space to collect links to related projects, e.g. upstream issues that we would like to see fixed in general.
-
Add to_pandas to ChunkedArray0.10.0
-
Make dictionary_encode and unique accesible on Column / ChunkedArray0.10.0
-
Implement getitem / slicing on Buffer0.10.0
- Add index() method to find first occurence of Python scalar
- numpy.asarray should trigger to_pandas on Array/ChunkedArray
- [C++] Implement take kernel functions
- Add pandas-like take method to Array/Column/ChunkedArray
- Add nicer repr for Column / ChunkedArray
- Variable step size slicing for arrays
-
pa.array from np.datetime[D] and type=pa.date64 produces invalid results0.10.0
- Inconsistent handling of np.nan
- Casting float NaN to int should raise an error on safe cast
- Series[EA].astype always casts intermediate to NumPy array
- Direct delegation of Series methods to ExtensionArrays
- pd.concat of Series with int64 column and Serias with int64-ExtensionArray yields int64
-
Accept constant memoryviews in HashTable.lookup0.24.0
- _reduce needs to be defined on non-NumPy ExtensionArrays / add reduce op (and groupby reduce) support to EA