Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
5 tasks done
jreback opened this issue Feb 13, 2015 · 1 comment · Fixed by #9487
Closed
5 tasks done

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

jreback opened this issue Feb 13, 2015 · 1 comment · Fixed by #9487
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

Comments

@jreback
Copy link
Contributor

jreback commented Feb 13, 2015

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.

@jreback jreback added IO Data IO issues that don't fit into a more specific label Good as first PR Compat pandas objects compatability with Numpy or Python functions labels Feb 13, 2015
@jreback jreback added this to the 0.16.0 milestone Feb 13, 2015
@jreback jreback added IO Excel read_excel, to_excel IO HTML read_html, to_html, Styler.apply, Styler.applymap Performance Memory or execution speed performance labels Feb 13, 2015
@jreback
Copy link
Contributor Author

jreback commented Feb 13, 2015

@cpcloud can you fix the html imports?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant