I have two Python environments (3.6).
I installed packages in one environment via conda, and in another environment via pip.
Then I found that conda-provided numpy and pandas run quicker than pip version (for most of the scenario).
Just wonder why this happens. Is that because they use different configuration during compilation?