a
    Pªf“  ã                   @   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.
    )ZnthZfillnaZtake)é    Zquantile)g      à?Zcorrwith© r   )ÚnameÚobjr   r   úV/var/www/ai-form-bot/venv/lib/python3.9/site-packages/pandas/tests/groupby/__init__.pyÚget_groupby_method_args   s    r   N)r   r   r   r   r   Ú<module>   ó    