o
    i                     @  s~  d dl mZ d dlZd dlZd dlZd dlmZmZmZ d dl	Z	d dl
Zd dlmZ d dlmZmZmZmZ d dlmZmZmZmZmZmZmZ d dlmZ d dlmZmZm Z m!Z!m"Z"m#Z#m$Z$m%Z%m&Z&m'Z'm(Z(m)Z)m*Z*m+Z+ d d	l,m-Z- d d
l.m/Z/m0Z0m1Z1 d dl2m3Z3 edddZ4e4duZ5da6ddddZ7e7ed G dd dZ8G dd dZ9dd d!Z:dd"d#Z;	ddd&d'Z<dd-d.Z=			ddd3d4Z>dd5d6Z?ddd8d9Z@dd<d=ZAddAdBZBddCdDZCddddEddFdGZDddddEddHdIZEe8dJeAeCddd ddKddOdPZFddVdWZGe8e-e9 eAddddEddXdYZHe9 ddddEdZd[ZIdd_d`ZJeKejLfddedfZMe9dgdhdddgddidjdkZNe8dJdle9dgdhdddgddidmdnZOe8dJdldddgddiddodpZPdqdr ZQeQdsdtduZReQdvdwduZSe8dxddddEddzd{ZTe8dxddddEdd|d}ZUe8dJdleCddddEdd~dZVe8dJdleCddddEdddZWe8dJdleCddd ddKdddZXdddZYeKejLfdddZZ	gddddZ[dddZ\dd Z]e8dJdlddddddZ^dddZ_e8dJdlddgddddZ`dd Zadd ZbebejcZdebejeZfebejgZhebejiZjebejkZlebejmZndddZodS )    )annotationsN)AnyCallablecast)
get_option)NaTNaTTypeiNaTlib)	ArrayLikeDtypeDtypeObjFScalarShapenpt)import_optional_dependency)is_any_int_dtypeis_bool_dtype
is_complexis_datetime64_any_dtypeis_floatis_float_dtype
is_integeris_integer_dtypeis_numeric_dtypeis_object_dtype	is_scalaris_timedelta64_dtypeneeds_i8_conversionpandas_dtype)PeriodDtype)isnana_value_for_dtypenotna)extract_array
bottleneckwarn)errorsFTvboolreturnNonec                 C  s   t r| ad S d S N)_BOTTLENECK_INSTALLED_USE_BOTTLENECK)r)    r0   M/var/www/edux/Edux_v2/venv/lib/python3.10/site-packages/pandas/core/nanops.pyset_use_bottleneck@   s   r2   zcompute.use_bottleneckc                      s2   e Zd Zd fddZddd	ZdddZ  ZS )disallowdtypesr   r+   r,   c                   s"   t    tdd |D | _d S )Nc                 s  s    | ]}t |jV  qd S r-   )r    type).0dtyper0   r0   r1   	<genexpr>M       z$disallow.__init__.<locals>.<genexpr>)super__init__tupler4   )selfr4   	__class__r0   r1   r;   K   s   
zdisallow.__init__r*   c                 C  s   t |dot|jj| jS )Nr7   )hasattr
issubclassr7   r5   r4   )r=   objr0   r0   r1   checkO   s   zdisallow.checkfr   c                   s"   t   fdd}tt|S )Nc               
     s   t | | }tfdd|D r" jdd}td| dz!tjdd  | i |W  d    W S 1 s<w   Y  W d S  t	y[ } zt
| d	 rVt|| d }~ww )
Nc                 3  s    | ]}  |V  qd S r-   )rC   )r6   rB   )r=   r0   r1   r8   V   r9   z0disallow.__call__.<locals>._f.<locals>.<genexpr>nan zreduction operation 'z' not allowed for this dtypeignoreinvalidr   )	itertoolschainvaluesany__name__replace	TypeErrornperrstate
ValueErrorr   )argskwargsobj_iterf_nameerD   r=   r0   r1   _fS   s    
(
zdisallow.__call__.<locals>._f	functoolswrapsr   r   )r=   rD   rZ   r0   rY   r1   __call__R   s   
zdisallow.__call__)r4   r   r+   r,   r+   r*   )rD   r   r+   r   )rN   
__module____qualname__r;   rC   r^   __classcell__r0   r0   r>   r1   r3   J   s    
r3   c                   @  s"   e Zd Zd
dddZddd	ZdS )bottleneck_switchNr+   r,   c                 K  s   || _ || _d S r-   )namerU   )r=   rd   rU   r0   r0   r1   r;   k   s   
zbottleneck_switch.__init__altr   c              	     sf   j p jzttW n ttfy   d Y nw t d ddd fd	d
}tt	|S )NTaxisskipnarL   
np.ndarrayrg   
int | Nonerh   r*   c                  s   t jdkrj D ]\}}||vr|||< q| jdkr*|dd u r*t| |S trj|rjt| jrj|dd d u r]|	dd  | fd|i|}t
|r[ | f||d|}|S  | f||d|}|S  | f||d|}|S )Nr   	min_countmaskrg   rf   )lenrU   itemssizeget_na_for_min_countr/   _bn_ok_dtyper7   pop	_has_infs)rL   rg   rh   kwdskr)   resultre   bn_funcbn_namer=   r0   r1   rD   w   s$   
z%bottleneck_switch.__call__.<locals>.f)rL   ri   rg   rj   rh   r*   )
rd   rN   getattrbnAttributeError	NameErrorr\   r]   r   r   )r=   re   rD   r0   rx   r1   r^   o   s   
'zbottleneck_switch.__call__r-   )r+   r,   )re   r   r+   r   )rN   r`   ra   r;   r^   r0   r0   r0   r1   rc   j   s    rc   r7   r   rd   strc                 C  s   t | st| s|dvS dS )N)nansumnanprodnanmeanF)r   r   )r7   rd   r0   r0   r1   rr      s   rr   c              	   C  sZ   t | tjr| jdks| jdkrt| dS zt|  W S  t	t
fy,   Y dS w )Nf8f4KF)
isinstancerQ   ndarrayr7   r
   has_infsravelisinfrM   rP   NotImplementedError)rw   r0   r0   r1   rt      s   rt   
fill_valueScalar | Nonec                 C  sJ   |dur|S t | r|du rtjS |dkrtjS tj S |dkr#tjS tS )z9return the correct fill value for the dtype of the valuesN+inf)_na_ok_dtyperQ   rE   infr
   i8maxr	   )r7   r   fill_value_typr0   r0   r1   _get_fill_value   s   r   rL   ri   rh   rl   npt.NDArray[np.bool_] | Nonec                 C  s:   |du rt | jst| jrdS |st| jrt| }|S )a  
    Compute a mask if and only if necessary.

    This function will compute a mask iff it is necessary. Otherwise,
    return the provided mask (potentially None) when a mask does not need to be
    computed.

    A mask is never necessary if the values array is of boolean or integer
    dtypes, as these are incapable of storing NaNs. If passing a NaN-capable
    dtype that is interpretable as either boolean or integer data (eg,
    timedelta64), a mask must be provided.

    If the skipna parameter is False, a new mask will not be computed.

    The mask is computed using isna() by default. Setting invert=True selects
    notna() as the masking function.

    Parameters
    ----------
    values : ndarray
        input array to potentially compute mask for
    skipna : bool
        boolean for whether NaNs should be skipped
    mask : Optional[ndarray]
        nan-mask if known

    Returns
    -------
    Optional[np.ndarray[bool]]
    N)r   r7   r   r   r"   )rL   rh   rl   r0   r0   r1   _maybe_get_mask   s   !r   r   r   
str | NoneHtuple[np.ndarray, npt.NDArray[np.bool_] | None, np.dtype, np.dtype, Any]c           	      C  s   t |sJ t| dd} t| ||}| j}d}t| jr&t| d} d}t|}t	|||d}|rW|durW|durW|
 rW|sC|rO|  } t| || nt| | |} |}t|sat|rhttj}n
t|rrttj}| ||||fS )a7  
    Utility to get the values view, mask, dtype, dtype_max, and fill_value.

    If both mask and fill_value/fill_value_typ are not None and skipna is True,
    the values array will be copied.

    For input arrays of boolean or integer dtypes, copies will only occur if a
    precomputed mask, a fill_value/fill_value_typ, and skipna=True are
    provided.

    Parameters
    ----------
    values : ndarray
        input array to potentially compute mask for
    skipna : bool
        boolean for whether NaNs should be skipped
    fill_value : Any
        value to fill NaNs with
    fill_value_typ : str
        Set to '+inf' or '-inf' to handle dtype-specific infinities
    mask : Optional[np.ndarray[bool]]
        nan-mask if known

    Returns
    -------
    values : ndarray
        Potential copy of input value array
    mask : Optional[ndarray[bool]]
        Mask for values, if deemed necessary to compute
    dtype : np.dtype
        dtype for values
    dtype_max : np.dtype
        platform independent dtype
    fill_value : Any
        fill value used
    Textract_numpyFi8)r   r   N)r   r%   r   r7   r   rQ   asarrayviewr   r   rM   copyputmaskwherer   r   int64r   float64)	rL   rh   r   r   rl   r7   datetimelikedtype_ok	dtype_maxr0   r0   r1   _get_values  s0   .
r   c                 C  s   t | rdS t| jtj S )NF)r   rA   r5   rQ   integerr7   r0   r0   r1   r   ^  s   r   np.dtypec                 C  s  | t u r	 | S t|rI|du rt}t| tjsBt|rJ d| |kr&tj} t| r1tdd} nt	| 
d} | j|dd} | S | |} | S t|rt| tjs~| |ks\t| rftd|} | S t| tjkrrtdt	| j|dd} | S | d	
|} | S )
zwrap our results if neededNzExpected non-null fill_valuer   nszdatetime64[ns]Fr   zoverflow in timedelta operationm8[ns])r   r   r	   r   rQ   r   r"   rE   
datetime64r   r   astyper   isnantimedelta64fabsr
   r   rS   )rw   r7   r   r0   r0   r1   _wrap_resultsd  s8   #
r   funcr   c                   s,   t  ddddd fdd}tt|S )z
    If we have datetime64 or timedelta64 values, ensure we have a correct
    mask before calling the wrapped function, then cast back afterwards.
    NTrg   rh   rl   rL   ri   rg   rj   rh   r*   rl   r   c                  sr   | }| j jdv }|r|d u rt| } | f|||d|}|r7t||j td}|s7|d us0J t||||}|S )NmMr   )r   )r7   kindr"   r   r	   _mask_datetimelike_result)rL   rg   rh   rl   rU   orig_valuesr   rw   r   r0   r1   new_func  s   	z&_datetimelike_compat.<locals>.new_func)rL   ri   rg   rj   rh   r*   rl   r   r[   )r   r   r0   r   r1   _datetimelike_compat  s   
r   rg   rj   Scalar | np.ndarrayc                 C  sh   t | r	| d} t| j}| jdkr|S |du r|S | jd| | j|d d  }tj||| jdS )a  
    Return the missing value for `values`.

    Parameters
    ----------
    values : ndarray
    axis : int or None
        axis for the reduction, required if values.ndim > 1.

    Returns
    -------
    result : scalar or ndarray
        For 1-D values, returns a scalar of the correct missing type.
        For 2-D values, returns a 1-D array where each element is missing.
    r      Nr   )r   r   r#   r7   ndimshaperQ   full)rL   rg   r   result_shaper0   r0   r1   rq     s   


 rq   c                   s(   t  ddd	 fdd}tt|S )
z
    NumPy operations on C-contiguous ndarrays with axis=1 can be
    very slow if axis 1 >> axis 0.
    Operate row-by-row and concatenate the results.
    Nrg   rL   ri   rg   rj   c                  s   |dkrT| j dkrT| jd rT| jd d | jd krT| jtkrT| jtkrTt|  dd urEd fddt	t
 D }n
fd	d D }t|S | fd
|iS )Nr      C_CONTIGUOUSi  r   rl   c                   s(   g | ]} | fd | iqS rl   r0   )r6   i)arrsr   rU   rl   r0   r1   
<listcomp>  s    z:maybe_operate_rowwise.<locals>.newfunc.<locals>.<listcomp>c                   s   g | ]
} |fi qS r0   r0   )r6   x)r   rU   r0   r1   r     s    rg   )r   flagsr   r7   objectr*   listrp   rs   rangerm   rQ   array)rL   rg   rU   resultsr   )r   rU   rl   r1   newfunc  s    





z&maybe_operate_rowwise.<locals>.newfunc)rL   ri   rg   rj   r[   )r   r   r0   r   r1   maybe_operate_rowwise  s   
r   r   c                C  6   t | |d|d\} }}}}t| r| t} | |S )a  
    Check if any elements along an axis evaluate to True.

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : bool

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, 2])
    >>> nanops.nanany(s)
    True

    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([np.nan])
    >>> nanops.nanany(s)
    False
    Fr   rl   )r   r   r   r*   rM   rL   rg   rh   rl   _r0   r0   r1   nanany     "

r   c                C  r   )a  
    Check if all elements along an axis evaluate to True.

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : bool

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, 2, np.nan])
    >>> nanops.nanall(s)
    True

    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, 0])
    >>> nanops.nanall(s)
    False
    Tr   )r   r   r   r*   allr   r0   r0   r1   nanall  r   r   M8)rg   rh   rk   rl   rk   intfloatc          
      C  sf   t | |d|d\} }}}}|}t|r|}n
t|r ttj}| j||d}	t|	||| j|d}	|	S )a  
    Sum the elements along an axis ignoring NaNs

    Parameters
    ----------
    values : ndarray[dtype]
    axis : int, optional
    skipna : bool, default True
    min_count: int, default 0
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : dtype

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, 2, np.nan])
    >>> nanops.nansum(s)
    3.0
    r   r   r   rk   )	r   r   r   rQ   r7   r   sum_maybe_null_outr   )
rL   rg   rh   rk   rl   r7   r   r   	dtype_sumthe_sumr0   r0   r1   r   L  s   "r   rw   +np.ndarray | np.datetime64 | np.timedelta64npt.NDArray[np.bool_]r   5np.ndarray | np.datetime64 | np.timedelta64 | NaTTypec                 C  sT   t | tjr| d|j} |j|d}t| |< | S | r(tt|jS | S )Nr   r   )	r   rQ   r   r   r   r7   rM   r	   r   )rw   rg   rl   r   	axis_maskr0   r0   r1   r   }  s   r   c                C  s  t | |d|d\} }}}}|}ttj}|jdv r!ttj}nt|r,ttj}nt|r4|}|}t| j|||d}	t	| j
||d}
|durt|
ddrttj|	}	tjdd	 |
|	 }W d   n1 skw   Y  |	dk}| r}tj||< |S |	dkr|
|	 ntj}|S )
a	  
    Compute the mean of the element along an axis ignoring NaNs

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    float
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, 2, np.nan])
    >>> nanops.nanmean(s)
    1.5
    r   r   r   r   Nr   FrG   r   )r   rQ   r7   r   r   r   r   _get_countsr   _ensure_numericr   r{   r   r   rR   rM   rE   )rL   rg   rh   rl   r7   r   r   r   dtype_countcountr   the_meanct_maskr0   r0   r1   r     s2   "


r   c          
   
     s   fdd}t |  |d\} }}}}t| js;z| d} W n ty1 } ztt||d}~ww |dur;tj| |< | j	}| j
dkr|dur|rt sSt||| }	n5t  tdd t| |}	W d   n1 snw   Y  nt| j|tjtj}	n	|r|| ntj}	t|	|S )	a  
    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : float
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, np.nan, 2, 2])
    >>> nanops.nanmedian(s)
    2.0
    c                   sb   t | } s| stjS t  tdd t| | }W d    |S 1 s*w   Y  |S )NrG   All-NaN slice encountered)r$   r   rQ   rE   warningscatch_warningsfilterwarnings	nanmedian)r   rl   resrh   r0   r1   
get_median  s   

znanmedian.<locals>.get_medianr   r   Nr   rG   r   )r   r   r7   r   rS   rP   r   rQ   rE   ro   r   apply_along_axisr   r   r   r   get_empty_reduction_resultr   float_r   )
rL   rg   rh   rl   r   r7   r   errnotemptyr   r0   r   r1   r     s0   





r   r   tuple[int, ...]np.dtype | type[np.floating]c                 C  s<   t | }t t| }t j|||k |d}|| |S )z
    The result from a reduction on an empty ndarray.

    Parameters
    ----------
    shape : Tuple[int]
    axis : int
    dtype : np.dtype
    fill_value : Any

    Returns
    -------
    np.ndarray
    r   )rQ   r   arangerm   emptyfill)r   rg   r7   r   shpdimsretr0   r0   r1   r     s
   

r   values_shaper   ddof-tuple[float | np.ndarray, float | np.ndarray]c                 C  s   t | |||d}||| }t|r!||krtj}tj}||fS ttj|}||k}| r?t||tj t||tj ||fS )a:  
    Get the count of non-null values along an axis, accounting
    for degrees of freedom.

    Parameters
    ----------
    values_shape : Tuple[int, ...]
        shape tuple from values ndarray, used if mask is None
    mask : Optional[ndarray[bool]]
        locations in values that should be considered missing
    axis : Optional[int]
        axis to count along
    ddof : int
        degrees of freedom
    dtype : type, optional
        type to use for count

    Returns
    -------
    count : int, np.nan or np.ndarray
    d : int, np.nan or np.ndarray
    r   )	r   r5   r   rQ   rE   r   r   rM   r   )r  rl   rg   r  r7   r   dr0   r0   r1   _get_counts_nanvar8  s   r  r   r  rg   rh   r  rl   c             	   C  sT   | j dkr
| d} | j }t| ||d\} }}}}tt| ||||d}t||S )a  
    Compute the standard deviation along given axis while ignoring NaNs

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    ddof : int, default 1
        Delta Degrees of Freedom. The divisor used in calculations is N - ddof,
        where N represents the number of elements.
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : float
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, np.nan, 2, 3])
    >>> nanops.nanstd(s)
    1.0
    M8[ns]r   r   r	  )r7   r   r   rQ   sqrtnanvarr   )rL   rg   rh   r  rl   
orig_dtyper   rw   r0   r0   r1   nanstdg  s   


r  m8c                C  s  t | dd} | j}t| ||}t|r!| d} |dur!tj| |< t| jr3t| j	|||| j\}}n
t| j	|||\}}|rN|durN| 
 } t| |d t| j|tjd| }|durdt||}t||  d }	|durwt|	|d |	j|tjd| }
t|r|
j|dd	}
|
S )
a  
    Compute the variance along given axis while ignoring NaNs

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    ddof : int, default 1
        Delta Degrees of Freedom. The divisor used in calculations is N - ddof,
        where N represents the number of elements.
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : float
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, np.nan, 2, 3])
    >>> nanops.nanvar(s)
    1.0
    Tr   r   Nr   )rg   r7   r   Fr   )r%   r7   r   r   r   rQ   rE   r   r  r   r   r   r   r   r   expand_dims)rL   rg   rh   r  rl   r7   r   r  avgsqrrw   r0   r0   r1   r    s.   


r  c                C  sn   t | ||||d t| ||}t| js| d} t| j|||| j\}}t | |||d}t|t| S )a  
    Compute the standard error in the mean along given axis while ignoring NaNs

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    ddof : int, default 1
        Delta Degrees of Freedom. The divisor used in calculations is N - ddof,
        where N represents the number of elements.
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : float64
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, np.nan, 2, 3])
    >>> nanops.nansem(s)
     0.5773502691896258
    r	  r   )rg   rh   r  )	r  r   r   r7   r   r  r   rQ   r  )rL   rg   rh   r  rl   r   r   varr0   r0   r1   nansem  s   &

r  c                   s0   t d dtd dd dd fdd}|S )NrE   )rd   Tr   rL   ri   rg   rj   rh   r*   rl   r   r+   r   c             
     s   t | | |d\} }}}}|d ur| j| dks| jdkr>zt| ||d}|tj W n ttt	fy=   tj}Y nw t| |}t
|||| j}|S )Nr   rl   r   r   )r   r   ro   r{   r   rQ   rE   r}   rP   rS   r   )rL   rg   rh   rl   r7   r   r   rw   r   methr0   r1   	reduction  s   
 
z_nanminmax.<locals>.reduction)
rL   ri   rg   rj   rh   r*   rl   r   r+   r   )rc   r   )r  r   r  r0   r  r1   
_nanminmax  s   r  minr   )r   max-infOint | np.ndarrayc                C  6   t | dd|d\} }}}}| |}t||||}|S )a  
    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : int or ndarray[int]
        The index/indices  of max value in specified axis or -1 in the NA case

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> arr = np.array([1, 2, 3, np.nan, 4])
    >>> nanops.nanargmax(arr)
    4

    >>> arr = np.array(range(12), dtype=np.float64).reshape(4, 3)
    >>> arr[2:, 2] = np.nan
    >>> arr
    array([[ 0.,  1.,  2.],
           [ 3.,  4.,  5.],
           [ 6.,  7., nan],
           [ 9., 10., nan]])
    >>> nanops.nanargmax(arr, axis=1)
    array([2, 2, 1, 1])
    Tr  r  )r   argmax_maybe_arg_null_outrL   rg   rh   rl   r   rw   r0   r0   r1   	nanargmax'     '
r#  c                C  r  )a  
    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : int or ndarray[int]
        The index/indices of min value in specified axis or -1 in the NA case

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> arr = np.array([1, 2, 3, np.nan, 4])
    >>> nanops.nanargmin(arr)
    0

    >>> arr = np.array(range(12), dtype=np.float64).reshape(4, 3)
    >>> arr[2:, 0] = np.nan
    >>> arr
    array([[ 0.,  1.,  2.],
           [ 3.,  4.,  5.],
           [nan,  7.,  8.],
           [nan, 10., 11.]])
    >>> nanops.nanargmin(arr, axis=1)
    array([0, 0, 1, 1])
    Tr   r  )r   argminr!  r"  r0   r0   r1   	nanargminU  r$  r&  c                C  s  t | dd} t| ||}t| js| d} t| j||}n
t| j||| jd}|r9|dur9|  } t	| |d | j
|tjd| }|durMt||}| | }|r^|dur^t	||d |d }|| }|j
|tjd}	|j
|tjd}
t|	}	t|
}
tjddd	 ||d
 d  |d  |
|	d   }W d   n1 sw   Y  | j}t|r|j|dd}t|tjrt|	dkd|}tj||dk < |S |	dkrdn|}|dk rtjS |S )a  
    Compute the sample skewness.

    The statistic computed here is the adjusted Fisher-Pearson standardized
    moment coefficient G1. The algorithm computes this coefficient directly
    from the second and third central moment.

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : float64
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, np.nan, 1, 2])
    >>> nanops.nanskew(s)
    1.7320508075688787
    Tr   r   r   Nr   r   rG   rI   divider   g      ?g      ?Fr      )r%   r   r   r7   r   r   r   r   rQ   r   r   r   r  _zero_out_fperrrR   r   r   r   rE   )rL   rg   rh   rl   r   meanadjusted	adjusted2	adjusted3m2m3rw   r7   r0   r0   r1   nanskew  sF   '

&r1  c                C  s(  t | dd} t| ||}t| js| d} t| j||}n
t| j||| jd}|r9|dur9|  } t	| |d | j
|tjd| }|durMt||}| | }|r^|dur^t	||d |d }|d }|j
|tjd}	|j
|tjd}
tjddd	0 d
|d d  |d |d
   }||d  |d  |
 }|d |d
  |	d  }W d   n1 sw   Y  t|}t|}t|tjs|dk rtjS |dkrdS tjddd	 || | }W d   n1 sw   Y  | j}t|r|j|dd}t|tjrt|dkd|}tj||dk < |S )a  
    Compute the sample excess kurtosis

    The statistic computed here is the adjusted Fisher-Pearson standardized
    moment coefficient G2, computed directly from the second and fourth
    central moment.

    Parameters
    ----------
    values : ndarray
    axis : int, optional
    skipna : bool, default True
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    result : float64
        Unless input is a float array, in which case use the same
        precision as the input array.

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, np.nan, 1, 3, 2])
    >>> nanops.nankurt(s)
    -1.2892561983471076
    Tr   r   r   Nr   r   rG   r'  r)  r      Fr   )r%   r   r   r7   r   r   r   r   rQ   r   r   r   r  rR   r*  r   r   rE   r   )rL   rg   rh   rl   r   r+  r,  r-  	adjusted4r/  m4adj	numeratordenominatorrw   r7   r0   r0   r1   nankurt  sR   '

 	r8  c                C  sF   t | ||}|r|dur|  } d| |< | |}t|||| j|dS )a  
    Parameters
    ----------
    values : ndarray[dtype]
    axis : int, optional
    skipna : bool, default True
    min_count: int, default 0
    mask : ndarray[bool], optional
        nan-mask if known

    Returns
    -------
    Dtype
        The product of all elements on a given axis. ( NaNs are treated as 1)

    Examples
    --------
    >>> import pandas.core.nanops as nanops
    >>> s = pd.Series([1, 2, 3, np.nan])
    >>> nanops.nanprod(s)
    6.0
    Nr   r   )r   r   prodr   r   )rL   rg   rh   rk   rl   rw   r0   r0   r1   r   <  s    
r   np.ndarray | intc                 C  sr   |d u r| S |d u st | dds"|r| rdS | S | r dS | S |r*||}n||}| r7d| |< | S )Nr   F)r{   r   rM   )rw   rg   rl   rh   na_maskr0   r0   r1   r!  i  s    
r!  float | np.ndarrayc                 C  sz   |du r|dur|j |  }nt| }||S |dur)|j| || }n| | }t|r6||S |j|ddS )a  
    Get the count of non-null values along an axis

    Parameters
    ----------
    values_shape : tuple of int
        shape tuple from values ndarray, used if mask is None
    mask : Optional[ndarray[bool]]
        locations in values that should be considered missing
    axis : Optional[int]
        axis to count along
    dtype : type, optional
        type to use for count

    Returns
    -------
    count : scalar or array
    NFr   )ro   r   rQ   r9  r5   r   r   r   )r  rl   rg   r7   nr   r0   r0   r1   r     s   


r   np.ndarray | float | NaTTypec                 C  s   |duret | tjre|dur|j| || | dk }n|| | dk }|d| ||d d  }t||}t|rct| r_t| rM| 	d} nt
| sX| j	ddd} tj| |< | S d| |< | S | turrt|||rrtj} | S )zu
    Returns
    -------
    Dtype
        The product of all elements on a given axis. ( NaNs are treated as 1)
    Nr   r   c16r   Fr   )r   rQ   r   r   r   broadcast_torM   r   iscomplexobjr   r   rE   r   check_below_min_count)rw   rg   rl   r   rk   	null_maskbelow_count	new_shaper0   r0   r1   r     s(   


r   c                 C  s:   |dkr|du rt | }n|j|  }||k rdS dS )a  
    Check for the `min_count` keyword. Returns True if below `min_count` (when
    missing value should be returned from the reduction).

    Parameters
    ----------
    shape : tuple
        The shape of the values (`values.shape`).
    mask : ndarray[bool] or None
        Boolean numpy array (typically of same shape as `shape`) or None.
    min_count : int
        Keyword passed through from sum/prod call.

    Returns
    -------
    bool
    r   NTF)rQ   r9  ro   r   )r   rl   rk   	non_nullsr0   r0   r1   rC    s   rC  c                 C  sr   t | tjr*tjdd tt| dk d| W  d    S 1 s#w   Y  d S t| dk r7| jdS | S )NrG   rH   g+=r   )r   rQ   r   rR   r   absr7   r5   )argr0   r0   r1   r*    s
   $r*  pearson)methodmin_periodsabrL  c                C  sp   t | t |krtd|du rd}t| t|@ }| s&| | } || }t | |k r/tjS t|}|| |S )z
    a, b: ndarrays
    z'Operands to nancorr must have same sizeNr   )rm   AssertionErrorr$   r   rQ   rE   get_corr_func)rM  rN  rK  rL  validrD   r0   r0   r1   nancorr  s   
rR  )Callable[[np.ndarray, np.ndarray], float]c                   sx   | dkrddl m   fdd}|S | dkr$ddl m fdd}|S | d	kr.d
d }|S t| r4| S td|  d)Nkendallr   
kendalltauc                       | |d S Nr   r0   rM  rN  rU  r0   r1   r        zget_corr_func.<locals>.funcspearman	spearmanrc                   rW  rX  r0   rY  r\  r0   r1   r      rZ  rJ  c                 S  s   t | |d S )Nr   r   )rQ   corrcoefrY  r0   r0   r1   r   &  s   zUnknown method 'z@', expected one of 'kendall', 'spearman', 'pearson', or callable)scipy.statsrV  r]  callablerS   )rK  r   r0   )rV  r]  r1   rP    s    
rP  )rL  r  c                C  sr   t | t |krtd|d u rd}t| t|@ }| s&| | } || }t | |k r/tjS tj| ||dd S )Nz&Operands to nancov must have same sizer   r  r^  )rm   rO  r$   r   rQ   rE   cov)rM  rN  rL  r  rQ  r0   r0   r1   nancov3  s   rc  c                 C  s,  t | tjrYt| st| r| tj} | S t| rWz| tj} W n) t	t
fyK   z
| tj} W Y | S  t
yJ } z	t	d|  d|d }~ww w tt| sW| j} | S t| st| st| szt| } W | S  t	t
fy   zt| } W Y | S  t
y } z	t	d|  d|d }~ww w | S )NzCould not convert z to numeric)r   rQ   r   r   r   r   r   r   
complex128rP   rS   rM   imagrealr   r   r   r   complex)r   r   r0   r0   r1   r   L  sB   
r   c                   s    fdd}|S )Nc                   s|   t | }t |}||B }tjdd  | |}W d    n1 s"w   Y  | r<t|r4|d}t||tj |S )NrG   r   r  )r"   rQ   rR   rM   r   r   r   rE   )r   yxmaskymaskrl   rw   opr0   r1   rD   m  s   
zmake_nancomp.<locals>.fr0   )rl  rD   r0   rk  r1   make_nancompl  s   rm  r   c             	   C  s  t jdt jft jjt j t jft jdt jft jjt jt jfi| \}}| jj	dv r| j}t
| }| d}|t jjk}z|rCtj||< ||dd}	W |rPt||< n|rWt||< w |r_t|	|< n|t jjkr{t |  d }
t|
r{t|	d|
d < t| jt jr|	|}	|	S t|t jr|nd}t| j|	||d	}	|	S |rt| jjt jt jfs|  }t
|}|||< ||dd}	||	|< |	S || dd}	|	S )
a  
    Cumulative function with skipna support.

    Parameters
    ----------
    values : np.ndarray or ExtensionArray
    accum_func : {np.cumprod, np.maximum.accumulate, np.cumsum, np.minimum.accumulate}
    skipna : bool

    Returns
    -------
    np.ndarray or ExtensionArray
    g      ?g        r   r   r   r   Nr
  r   )rQ   cumprodrE   maximum
accumulater   cumsumminimumr7   r   r"   r   r
   r   r	   r   nonzerorm   r   r5   _simple_newrA   r   bool_r   )rL   
accum_funcrh   mask_amask_br  rl   rh  changedrw   nznpdtypevalsr0   r0   r1   na_accum_func  sX   





r}  )T)r)   r*   r+   r,   )r7   r   rd   r   r+   r*   r_   )NN)r7   r   r   r   )rL   ri   rh   r*   rl   r   r+   r   )NNN)rL   ri   rh   r*   r   r   r   r   rl   r   r+   r   )r7   r   r+   r*   r-   )r7   r   )r   r   r+   r   )rL   ri   rg   rj   r+   r   )
rL   ri   rg   rj   rh   r*   rl   r   r+   r*   )rL   ri   rg   rj   rh   r*   rk   r   rl   r   r+   r   )
rw   r   rg   rj   rl   r   r   ri   r+   r   )
rL   ri   rg   rj   rh   r*   rl   r   r+   r   )
r   r   rg   r   r7   r   r   r   r+   ri   )r  r   rl   r   rg   rj   r  r   r7   r   r+   r  )rL   ri   rg   rj   rh   r*   r  r   rl   r   r+   r   )
rL   ri   rg   rj   rh   r*   rl   r   r+   r  )
rw   ri   rg   rj   rl   r   rh   r*   r+   r:  )
r  r   rl   r   rg   rj   r7   r   r+   r=  )r   )rw   r?  rg   rj   rl   r   r   r   rk   r   r+   r?  )r   r   rl   r   rk   r   r+   r*   )rM  ri   rN  ri   rL  rj   r+   r   )r+   rS  )
rM  ri   rN  ri   rL  rj   r  rj   r+   r   )rL   r   rh   r*   r+   r   )p
__future__r   r\   rJ   operatortypingr   r   r   r   numpyrQ   pandas._configr   pandas._libsr   r   r	   r
   pandas._typingr   r   r   r   r   r   r   pandas.compat._optionalr   pandas.core.dtypes.commonr   r   r   r   r   r   r   r   r   r   r   r   r   r    pandas.core.dtypes.dtypesr!   pandas.core.dtypes.missingr"   r#   r$   pandas.core.constructionr%   r|   r.   r/   r2   r3   rc   rr   rt   r   r   r   r   r   r   rq   r   r   r   r   r   r   r   r   r7   r   r  r  r  r  r  nanminnanmaxr#  r&  r1  r8  r   r!  r   r   rC  r*  rR  rP  rc  r   rm  gtnangtgenangeltnanltlenanleeqnaneqnenanner}  r0   r0   r0   r1   <module>   s   $	@ 
8

/
Y
)
"
%1.
.?
J
 /&C1--V_
+
.
'	
 





