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 Apr 7, 2020
·
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/ChunkedArray0.10.0
-
[C++] Implement take kernel functions0.16.0
-
Add pandas-like take method to Array/Column/ChunkedArray0.14.0
-
Add nicer repr for Column / ChunkedArray0.10.0
- 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.nan0.10.0
-
Casting float NaN to int should raise an error on safe cast0.11.0
-
Series[EA].astype always casts intermediate to NumPy array0.24.0
- 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 EA0.24.0
-
BUG: pandas.core.ops.dispatch_to_extension_op fails with UnboundLocalError0.24.0
- BUG: ExtensionArray formatting of datetime-like forces nanosecond precision
- BUG: concat_{categorical, compat} leads to erroneous result on non-ns datetime-EA