Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pandas / api / executors / __init__.py
Size: Mime:
"""
Public API for function executor engines to be used with ``map`` and ``apply``.
"""

from pandas.core.apply import BaseExecutionEngine

__all__ = ["BaseExecutionEngine"]