crandas.compat ************** This module provides access to deprecated functionality for backward compatibility purposes. Merge (pre-v1.11.0 version) --------------------------- Crandas 1.11.0 introduced a new merge that, while offering the same API to the end user, uses a different underlying engine command. This module offers access to the pre-v1.11.0 version for older scripts that rely on it, and will be removed in a future release. To use this function, ``import crandas.compat`` and use function ``crandas.compat.merge_v1``, or do ``from crandas.compat import merge_v1`` and use function ``merge_v1``. .. automodule:: crandas.compat.merge_v1 :members: :show-inheritance: