this is first one

This commit is contained in:
mohammadreza
2026-07-27 19:22:30 +03:30
commit ec22b78689
5866 changed files with 1511603 additions and 0 deletions
@@ -0,0 +1,7 @@
"""
Public API for function executor engines to be used with ``map`` and ``apply``.
"""
from pandas.core.apply import BaseExecutionEngine
__all__ = ["BaseExecutionEngine"]