/usr/local/lib64/python3.6/site-packages/pandas/core/computation
NameSizeModeActions
__pycache__/-0755rm
align.py58600644editdlrm
api.py620644editdlrm
check.py3350644editdlrm
common.py6330644editdlrm
engines.py31850644editdlrm
eval.py131060644editdlrm
expr.py241660644editdlrm
expressions.py71660644editdlrm
ops.py162280644editdlrm
parsing.py63080644editdlrm
pytables.py195260644editdlrm
scope.py91120644editdlrm
__init__.py00644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/pandas/core/computation/check.py (335B)
from pandas.compat._optional import import_optional_dependency ne = import_optional_dependency("numexpr", raise_on_missing=False, on_version="warn") _NUMEXPR_INSTALLED = ne is not None if _NUMEXPR_INSTALLED: _NUMEXPR_VERSION = ne.__version__ else: _NUMEXPR_VERSION = None __all__ = ["_NUMEXPR_INSTALLED", "_NUMEXPR_VERSION"]