o
    _~#g“  ã                   @   s   d d„ Z dS )c                 C   s*   | dv rdS | dkrdS | dkr|fS dS )a²  
    Get required arguments for a groupby method.

    When parametrizing a test over groupby methods (e.g. "sum", "mean", "fillna"),
    it is often the case that arguments are required for certain methods.

    Parameters
    ----------
    name: str
        Name of the method.
    obj: Series or DataFrame
        pandas object that is being grouped.

    Returns
    -------
    A tuple of required arguments for the method.
    )ÚnthÚfillnaÚtake)é    Úquantile)g      à?Úcorrwith© r   )ÚnameÚobjr   r   ú‚/var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/env/lib/python3.10/site-packages/pandas/tests/groupby/__init__.pyÚget_groupby_method_args   s   r   N)r   r   r   r   r
   Ú<module>   s    