Skip to content

CLN: unify fused type definitions #43774

Closed
@jreback

Description

@jreback
grep -r fused pandas/_libs/ --include '*.pyx'
pandas/_libs/writers.pyx:ctypedef fused pandas_string:
pandas/_libs/reshape.pyx:ctypedef fused reshape_t:
pandas/_libs/join.pyx:ctypedef fused join_t:
pandas/_libs/join.pyx:ctypedef fused asof_t:
pandas/_libs/join.pyx:ctypedef fused by_t:
pandas/_libs/algos.pyx:ctypedef fused algos_t:
pandas/_libs/algos.pyx:ctypedef fused rank_t:
pandas/_libs/algos.pyx:ctypedef fused diff_t:
pandas/_libs/algos.pyx:ctypedef fused out_t:
pandas/_libs/groupby.pyx:ctypedef fused add_t:
pandas/_libs/groupby.pyx:ctypedef fused rank_t:
pandas/_libs/groupby.pyx:ctypedef fused groupby_t:

cc @mzeitlin11 @jbrockmendel

Metadata

Metadata

Assignees

No one assigned

    Labels

    API - ConsistencyInternal Consistency of API/BehaviorCleanClosing CandidateMay be closeable, needs more eyeballsInternalsRelated to non-user accessible pandas implementation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions