CLN: make sure that we don't have extraneous imports #9482
Labels
Compat
pandas objects compatability with Numpy or Python functions
IO Data
IO issues that don't fit into a more specific label
IO Excel
read_excel, to_excel
IO HTML
read_html, to_html, Styler.apply, Styler.applymap
Performance
Memory or execution speed performance
Milestone
xref #9394
xref #7282
numexpr/bottleneck
are ok by defaultyou can check with something like this:
The converters are set, not so easy to remove.matplotlib
(not sure if this is possible to remove by default)io/packers.py
importsblosc
and possibly other things, CLN: make sure that we don't have extraneous imports #9482io/gbq.py
import a lot of things (e.g.apiclient/googleapiclient/oauth2client/gflags
), CLN: make sure that we don't have extraneous imports #9482this is set inxlsxwriter
core/config_init.py
for the default engine. Not easy to remove.html5lib/bs4
(fromio/html.py
), CLN: make sure that we don't have extraneous imports #9482These should be done on first usage of the library, and not on general import
like in
io/pytables.py
(e.g. the_tables()
) call.The text was updated successfully, but these errors were encountered: