-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
InternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationRefactorInternal refactoring of codeInternal refactoring of code
Description
A lot of the cython code is templated to avoid duplication, but is not especially readable (see anything in _libs with filename ending in ".pxi.in").
AFAICT we can use fused types and cython will internally generate all of the relevant functions. If this understanding is correct, the code can be made a lot friendlier.
Metadata
Metadata
Assignees
Labels
InternalsRelated to non-user accessible pandas implementationRelated to non-user accessible pandas implementationRefactorInternal refactoring of codeInternal refactoring of code