3
Udh                 @   s2   d dl m Z  d dlZd dlZd dljZdd ZdS )    )datetimeNc              C   s   t jdddddgddtjtjtjgddtjtjdgdddddgtdddtdddtdddt jt jgd} xN| jD ]D}x>dD ]6}| |g j|d}| | j|d}tj	||j
  qW qvW d S )N   Zone      Zthree   i  )abcdefirstlastF)keep)r   r   F)pdZ	DataFramenpnanr   ZNaTcolumnsZdrop_duplicatestmZassert_frame_equalZto_frame)dfcolumnr   Zdropped_frameZdropped_series r   Z/var/www/html/virt/lib64/python3.6/site-packages/pandas/tests/base/test_drop_duplicates.py(test_drop_duplicates_series_vs_dataframe	   s    



r   )	r   Znumpyr   Zpandasr   Zpandas._testingZ_testingr   r   r   r   r   r   <module>   s   
