Skip to content

CLN: make sure that we don't have extraneous imports #9482

Closed
@jreback

Description

@jreback

xref #9394
xref #7282

numexpr/bottleneck are ok by default

you can check with something like this:

[jreback-~/pandas] python -v -c 'import pandas' > & out
[jreback-~/pandas] grep 'import ' out | more

These should be done on first usage of the library, and not on general import
like in io/pytables.py (e.g. the _tables()) call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Compatpandas objects compatability with Numpy or Python functionsIO DataIO issues that don't fit into a more specific labelIO Excelread_excel, to_excelIO HTMLread_html, to_html, Styler.apply, Styler.applymapPerformanceMemory or execution speed performance

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions