U
    +if{                     @   s  d dl mZ d dlmZ d dlmZmZ d dlZd dlm	Z	 d dl
Z
d dlZd dlmZ d dlZd dlZd dlmZ d dlm  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# d dl$Zd d
l$m%Z% ej&'e(Z)ej*ddddgddd Z+dd Z,e-de-ddd Z.dd Z/e-de-de-ddd Z0ej1j2dej3de-de-dgdej3de-ddgdd G d!d" d"Z4dS )#    )partial)reload)BytesIOStringION)Path)URLError)is_platform_windows)	DataFrame
MultiIndexSeries	Timestamp
date_rangeread_csvto_datetime)file_path_to_url	read_htmlzchinese_utf-16.htmlzchinese_utf-32.htmlzchinese_utf-8.htmlzletz_latin1.html)paramsc                 C   s   |ddd| j S )z6Parametrized fixture for HTML encoding test filenames.iodataZhtml_encoding)param)requestdatapath r   L/home/mars/bis/venv/lib/python3.8/site-packages/pandas/tests/io/test_html.pyhtml_encoding_file%   s    
r   c                 O   s   t | t |ks,tdt |  dt | d}ttdd | |}|sPt|t| |D ]*\}}tj||f|| |jrZtdqZd S )Nz*lists are not of equal size len(list1) == z, len(list2) == z$not all list elements are DataFramesc                 S   s   t | tot |tS N)
isinstancer	   )xyr   r   r   <lambda>;       z(assert_framelist_equal.<locals>.<lambda>zframes are both empty)lenAssertionErrorallmapziptmassert_frame_equalempty)Zlist1Zlist2argskwargsmsgZboth_framesZframe_iZframe_jr   r   r   assert_framelist_equal2   s    r-   bs4html5libc              	   C   sJ   dd l }| |dd tjtdd t|dddd	d
d W 5 Q R X d S )Nr   __version__z4.2zPandas requires versionmatchr   r   html	spam.htmlr.   flavor)r.   setattrpytestraisesImportErrorr   )Zmonkeypatchr   r.   r   r   r   test_bs4_version_failsF   s    r;   c               	   C   s@   d} d}d| d }t jt|d t| d|d W 5 Q R X d S )Nz
google.comzinvalid flavorz\{z \} is not a valid set of flavorsr1   Zgoogler2   r6   )r8   r9   
ValueErrorr   )urlr6   r,   r   r   r   test_invalid_flavorP   s
    r?   lxmlc                 C   s<   | dddd}t |ddgd}t |ddgd}t|| d S )	Nr   r   r3   valid_markup.htmlr   r@   )	index_colr6   r.   r   r-   )r   filenameZdfs_lxmlZdfs_bs4r   r   r   test_same_orderingY   s    rE   r6   )Zmarksclass)scopec                   @   s  e Zd Zejdddd Zejddddd Zd	d
 Zejj	e
j	ddddd Zejj	e
j	ddddd Zejj	e
j	ddddd Zejjdd Zdd Zdd Zdd Zdd Zdd Zd d! Zd"d# Zd$d% Zd&d' Zd(d) Zd*d+ Zd,d- Zd.d/ Zd0d1 Zd2d3 Zd4d5 Zd6d7 Z d8d9 Z!d:d; Z"d<d= Z#ejj	e
j	d>d? Z$ejjejj	e
j	d@dA Z%ejjdBdC Z&ejjdDdE Z'dFdG Z(ejjdHdI Z)ejjdJdK Z*ejjdLdM Z+ejjdNdO Z,ejjdPdQ Z-ejjdRdS Z.ejjdTdU Z/dVdW Z0ejj	e
j	dXdddYdZ Z1ejj	e
j	dXddd[d\ Z2d]d^ Z3d_d` Z4dadb Z5dcdd Z6dedf Z7dgdh Z8ejjdidj Z9ejjdkdl Z:dmdn Z;dodp Z<dqdr Z=dsdt Z>dudv Z?dwdx Z@dydz ZAd{d| ZBd}d~ ZCdd ZDdd ZEdd ZFdd ZGdd ZHdd ZIdd ZJdd ZKdd ZLdd ZMdd ZNdd ZOejjdd ZPdd ZQejRddeSdgdfdeSdgeSdgfgdd ZTejUddd ZVdd ZWdd ZXejjdd ZYdd ZZdS )TestReadHtmlT)autousec                 C   s4   |dddd| _ i | _d| jd< |dddd| _d S )Nr   r   r3   r4   zUTF-8encodingbanklist.html)	spam_dataspam_data_kwargsbanklist_data)selfr   r   r   r   	set_filesl   s    
zTestReadHtml.set_filesfunction)rI   rG   c                 c   s   t t|d| _d V  d S )Nr5   )r   r   )rO   r6   r   r   r   r   set_defaultss   s    zTestReadHtml.set_defaultsc                 C   sV   t jdddd ddddjt}| }| j|dd	id
dd
 }t || d S )N      c                  W   s
   t j S r   )nprandomZrand)r*   r   r   r   r    }   r!   z2TestReadHtml.test_to_html_compat.<locals>.<lambda>F)Z
data_gen_fZc_idx_namesZr_idx_namesz{:.3f}rF   Z	dataframer   )attrsrB   )	r'   ZmakeCustomDataframeapplymapformatZastypefloatto_htmlr   r(   )rO   dfoutresr   r   r   test_to_html_compatx   s    z TestReadHtml.test_to_html_compatThttps://www.fdic.gov/resources/resolutions/bank-failures/failed-bank-list/index.html)r>   Zcheck_before_testc              	   C   sV   d}t t | |d}W 5 Q R X t t | |d}W 5 Q R X t|| d S )Nr`   First Federal Bank of FloridaMetcalf Bank)r'   Zassert_produces_warningFutureWarningr   r-   rO   r>   df1df2r   r   r   "test_banklist_url_positional_match   s    	z/TestReadHtml.test_banklist_url_positional_matchc                 C   s.   d}| j |dd}| j |dd}t|| d S )Nr`   ra   r1   rb   rC   rd   r   r   r   test_banklist_url   s    	zTestReadHtml.test_banklist_url\https://raw.githubusercontent.com/pandas-dev/pandas/main/pandas/tests/io/data/html/spam.htmlc                 C   s.   d}| j |dd}| j |dd}t|| d S )Nri   	.*Water.*r1   UnitrC   rd   r   r   r   test_spam_url   s
    
zTestReadHtml.test_spam_urlc                 C   s:   | j | jdddid}| j | jdddid}t|| d S )Nz.*Florida.*idtabler2   rW   rb   )r   rN   r-   rO   re   rf   r   r   r   test_banklist   s        zTestReadHtml.test_banklistc                 C   sZ   | j | jdd}| j | jdd}t|| |d jd dks@t|d jd dksVtd S )Nrj   r1   rk   r   r   r   
ProximatesZNutrient)r   rL   r-   ilocr#   columnsrp   r   r   r   	test_spam   s
    
zTestReadHtml.test_spamc                 C   s(   |  | j}|D ]}t|tstqd S r   )r   rL   r   r	   r#   rO   dfsr\   r   r   r   test_spam_no_match   s    zTestReadHtml.test_spam_no_matchc                 C   s0   | j | jddid}|D ]}t|tstqd S )Nrm   rn   )rW   )r   rN   r   r	   r#   rw   r   r   r   test_banklist_no_match   s    z#TestReadHtml.test_banklist_no_matchc                 C   s6   | j | jdddd }|jd dks(t|jr2td S )Nrj      r2   headerr   rs   )r   rL   ru   r#   r)   rO   r\   r   r   r   test_spam_header   s    zTestReadHtml.test_spam_headerc                 C   s2   | j | jddd}| j | jddd}t|| d S Nrj      r2   skiprowsrk   r   rL   r-   rp   r   r   r   test_skiprows_int   s    zTestReadHtml.test_skiprows_intc                 C   s:   | j | jdtdd}| j | jdtdd}t|| d S Nrj   r{   r   rk   )r   rL   ranger-   rp   r   r   r   test_skiprows_range   s    z TestReadHtml.test_skiprows_rangec                 C   s:   | j | jdddgd}| j | jdddgd}t|| d S Nrj   r   r{   r   rk   r   rp   r   r   r   test_skiprows_list   s    zTestReadHtml.test_skiprows_listc                 C   s:   | j | jdddhd}| j | jdddhd}t|| d S r   r   rp   r   r   r   test_skiprows_set   s    zTestReadHtml.test_skiprows_setc                 C   s2   | j | jddd}| j | jddd}t|| d S r   r   rp   r   r   r   test_skiprows_slice  s    z TestReadHtml.test_skiprows_slicec                 C   s:   | j | jdtdd}| j | jdtdd}t|| d S r   r   rL   slicer-   rp   r   r   r   test_skiprows_slice_short  s    z&TestReadHtml.test_skiprows_slice_shortc                 C   s@   | j | jdtddd}| j | jdtdddd}t|| d S )	Nrj   r{      r   rk   rS   r   r   rp   r   r   r   test_skiprows_slice_long  s    z%TestReadHtml.test_skiprows_slice_longc                 C   s>   | j | jdtdd}| j | jdtdd}t|| d S r   )r   rL   rU   Zaranger-   rp   r   r   r   test_skiprows_ndarray  s    z"TestReadHtml.test_skiprows_ndarrayc              	   C   s0   t jtdd | j| jddd W 5 Q R X d S )Nz%is not a valid type for skipping rowsr1   rj   Zasdfr   )r8   r9   	TypeErrorr   rL   rO   r   r   r   test_skiprows_invalid  s    z"TestReadHtml.test_skiprows_invalidc                 C   s2   | j | jddd}| j | jddd}t|| d S Nrj   r   r2   rB   rk   r   rp   r   r   r   
test_index!  s    zTestReadHtml.test_indexc                 C   s6   | j | jdddd}| j | jdddd}t|| d S Nrj   r   r   )r2   r}   rB   rk   r   rp   r   r   r   test_header_and_index_no_types&  s    z+TestReadHtml.test_header_and_index_no_typesc                 C   s6   | j | jdddd}| j | jdddd}t|| d S r   r   rp   r   r   r    test_header_and_index_with_types+  s    z-TestReadHtml.test_header_and_index_with_typesc                 C   s2   | j | jddd}| j | jddd}t|| d S r   r   rp   r   r   r   test_infer_types0  s    zTestReadHtml.test_infer_typesc              	   C   sz   t | jf| j}t| }W 5 Q R X t | jf| j}t| }W 5 Q R X | j|dd}| j|dd}t|| d S Nrj   r1   rk   )openrL   rM   r   readr   r-   )rO   fdata1data2re   rf   r   r   r   test_string_io7  s    zTestReadHtml.test_string_ioc              	   C   sN   t | jf| j}| }W 5 Q R X | j|dd}| j|dd}t|| d S r   )r   rL   rM   r   r   r-   )rO   r   r   re   rf   r   r   r   test_stringB  s
    zTestReadHtml.test_stringc              	   C   sb   t | jf| j}| j|dd}W 5 Q R X t | jf| j}| j|dd}W 5 Q R X t|| d S r   )r   rL   rM   r   r-   )rO   r   re   rf   r   r   r   test_file_likeK  s
    zTestReadHtml.test_file_likec              	   C   s,   t jtdd | jddd W 5 Q R X d S )Nz#urlopen error unknown url type: gitr1   zgit://github.comrj   )r8   r9   r   r   r   r   r   r   test_bad_url_protocolT  s    z"TestReadHtml.test_bad_url_protocolc              	   C   s4   d}t jttf|d | jddd W 5 Q R X d S )NzNName or service not known|Temporary failure in name resolution|No tables foundr1   zhttp://www.a23950sdfa908sd.comrj   )r8   r9   r   r=   r   rO   r,   r   r   r   test_invalid_urlZ  s    zTestReadHtml.test_invalid_urlc                 C   sP   | j }| jttj|dddid}t|ts4t|D ]}t|t	s8tq8d S )NZFirstrm   rn   ro   )
rN   r   r   ospathabspathr   listr#   r	   rO   r>   rx   r\   r   r   r   test_file_urle  s      zTestReadHtml.test_file_urlc              	   C   s8   | j }tjtdd | j|dddid W 5 Q R X d S )NzNo tables foundr1   ra   rm   Z	tasdfablero   )rN   r8   r9   r=   r   )rO   r>   r   r   r   test_invalid_table_attrso  s      z%TestReadHtml.test_invalid_table_attrsc                 O   s"   | j | jf|dddid|S )NMetcalfrm   rn   ro   )r   rN   )rO   r*   r+   r   r   r   
_bank_dataw  s     zTestReadHtml._bank_datac                 C   s(   | j ddgdd }t|jts$td S )Nr   r   r}   r   r   ru   r
   r#   r~   r   r   r   test_multiindex_header|  s    z#TestReadHtml.test_multiindex_headerc                 C   s(   | j ddgdd }t|jts$td S )Nr   r   rB   )r   r   indexr
   r#   r~   r   r   r   test_multiindex_index  s    z"TestReadHtml.test_multiindex_indexc                 C   s>   | j ddgddgdd }t|jts*tt|jts:td S )Nr   r   )r}   rB   )r   r   ru   r
   r#   r   r~   r   r   r   test_multiindex_header_index  s    z)TestReadHtml.test_multiindex_header_indexc                 C   s*   | j ddgddd }t|jts&td S Nr   r   )r}   r   r   r~   r   r   r   &test_multiindex_header_skiprows_tuples  s    z3TestReadHtml.test_multiindex_header_skiprows_tuplesc                 C   s*   | j ddgddd }t|jts&td S r   r   r~   r   r   r   test_multiindex_header_skiprows  s    z,TestReadHtml.test_multiindex_header_skiprowsc                 C   s@   | j ddgddgddd }t|jts,tt|jts<td S )Nr   r   )r}   rB   r   )r   r   r   r
   r#   ru   r~   r   r   r   %test_multiindex_header_index_skiprows  s    z2TestReadHtml.test_multiindex_header_index_skiprowsc                 C   s\   | j }| jttj|ttdddid}t|t	s@t
|D ]}t|tsDt
qDd S )NZFloridarm   rn   ro   )rN   r   r   r   r   r   recompiler   r   r#   r	   r   r   r   r   test_regex_idempotency  s    z#TestReadHtml.test_regex_idempotencyc              	   C   s4   d}t jt|d | j| jddd W 5 Q R X d S )Nz\(you passed a negative value\)r1   ZWaterr   r   )r8   r9   r=   r   rL   r   r   r   r   test_negative_skiprows  s    z#TestReadHtml.test_negative_skiprowshttps://docs.python.org/2/c                 C   s&   d}| j |dd}t|dks"td S )Nr   Pythonr1   r   r   r"   r#   )rO   r>   rx   r   r   r   test_multiple_matches  s    z"TestReadHtml.test_multiple_matchesc                 C   s<   d}| j |dd}dd |D }t|tddgks8td S )Nr   r   r1   c                 S   s   g | ]}|j d  dd qS )rr   r   rS   )rt   ).0r\   r   r   r   
<listcomp>  s     z7TestReadHtml.test_python_docs_table.<locals>.<listcomp>ZRepoZWhat)r   sortedr#   )rO   r>   rx   zzr   r   r   test_python_docs_table  s    z#TestReadHtml.test_python_docs_tablec                 C   s"   d}|  |}t|dkstdS )z@
        Make sure that read_html ignores empty tables.
        a  
            <table>
                <thead>
                    <tr>
                        <th>A</th>
                        <th>B</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>1</td>
                        <td>2</td>
                    </tr>
                </tbody>
            </table>
            <table>
                <tbody>
                </tbody>
            </table>
        r   Nr   )rO   r3   resultr   r   r   test_empty_tables  s    
zTestReadHtml.test_empty_tablesc                 C   s:   |  dd }tddgddggddgd	}t|| d S )
Na  <table>
            <thead>
                <tr>
                    <th>A</th>
                    <th>B</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>1</td>
                    <td>2</td>
                </tr>
            </tbody>
            <tbody>
                <tr>
                    <td>3</td>
                    <td>4</td>
                </tr>
            </tbody>
        </table>r   r   r{   rT   rS   ABr   ru   r   r	   r'   r(   rO   r   expectedr   r   r   test_multiple_tbody  s    z TestReadHtml.test_multiple_tbodyc                 C   s0   |  dd }tddidgd}t|| dS )zt
        Don't fail with bs4 when there is a header and only one column
        as described in issue #9178
        a3  <table>
                <thead>
                    <tr>
                        <th>Header</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>first</td>
                    </tr>
                </tbody>
            </table>r   Headerfirstr   r   Nr   r   r   r   r   test_header_and_one_column  s    z'TestReadHtml.test_header_and_one_columnc                 C   s8   |  dd }tdddggdddgd	}t|| d
S )zK
        Ensure parser adds <tr> within <thead> on malformed HTML.
        a  <table>
            <thead>
                <tr>
                    <th>Country</th>
                    <th>Municipality</th>
                    <th>Year</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>Ukraine</td>
                    <th>Odessa</th>
                    <td>1944</td>
                </tr>
            </tbody>
        </table>r   ZUkraineZOdessa  ZCountryZMunicipalityZYearr   Nr   r   r   r   r   test_thead_without_tr  s    
z"TestReadHtml.test_thead_without_trc                 C   s   d}t ddggddgd}t ddgddggddgd}|jd	d
}|jdd
}| |d }| |d }t|| t|| dS )zh
        Make sure that read_html reads tfoot, containing td or th.
        Ignores empty tfoot
        a  <table>
            <thead>
                <tr>
                    <th>A</th>
                    <th>B</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td>bodyA</td>
                    <td>bodyB</td>
                </tr>
            </tbody>
            <tfoot>
                {footer}
            </tfoot>
        </table>ZbodyAZbodyBr   r   r   ZfootAZfootB )footerz%<tr><td>footA</td><th>footB</th></tr>r   N)r	   rY   r   r'   r(   )rO   Zdata_templateZ	expected1Z	expected2r   r   Zresult1Zresult2r   r   r   test_tfoot_read+  s     zTestReadHtml.test_tfoot_readc                 C   s4   | j dddd }tddggdd}t|| d S )Na
  
            <table>
                <tr>
                    <td>S</td>
                    <td>I</td>
                </tr>
                <tr>
                    <td>text</td>
                    <td>1944</td>
                </tr>
            </table>
        r   r   textr   )SIru   r   r   r   r   r   &test_parse_header_of_non_string_columnQ  s    z3TestReadHtml.test_parse_header_of_non_string_columnc              
      s   ddl m   fdd}| j| jdddidd }t|d	d
ddttdd}|j|jks^tddddddddddg
}dddddddd d!d"g
}||	||}||}|j
d#d#d$}	d%d&g}
|	|
 t|	|
< t|	| d S )'Nr   _remove_whitespacec                    s(   z
 | W S  t k
r"   |  Y S X d S r   )AttributeErrorr   r   r   r   try_remove_wsl  s    
z8TestReadHtml.test_banklist_header.<locals>.try_remove_wsr   rm   rn   ro   r   r   csvzbanklist.csv)Updated DateClosing Date
convertersz+First Vietnamese American BankIn Vietnamesez!Westernbank Puerto RicoEn Espanolz)R-G Premier Bank of Puerto RicoEn EspanolzEurobankEn EspanolzSanderson State BankEn EspanolzKWashington Mutual Bank(Including its subsidiary Washington Mutual Bank FSB)zSilver State BankEn Espanolz$AmTrade International BankEn EspanolzHamilton Bank, NAEn Espanolz5The Citizens Savings BankPioneer Community Bank, Inc.zFirst Vietnamese American BankzWesternbank Puerto RicozR-G Premier Bank of Puerto RicoZEurobankzSanderson State BankzWashington Mutual BankzSilver State BankzAmTrade International BankzHamilton Bank, NAzThe Citizens Savings BankT)datetimenumericr   r   )pandas.io.htmlr   r   rN   r   r   shaper#   rX   replace_convertapplyr   r'   r(   )rO   r   r   r\   Zground_trutholdnewZdfnewZgtnewZ	convertedZ	date_colsr   r   r   test_banklist_headerh  sL    
z!TestReadHtml.test_banklist_headerc              	   C   s\   d}t | j}| }W 5 Q R X ||ks.t| j| jdddidd }|| ksXtd S )NzGold Canyonrm   rn   ro   r   )r   rN   r   r#   r   Z	to_string)rO   gcr   Zraw_textr\   r   r   r   test_gold_canyon  s      zTestReadHtml.test_gold_canyonc                 C   s4   | j dddd }| j dddd }t|| d S )Na  <table>
                        <thead>
                            <tr style="text-align: right;">
                            <th></th>
                            <th>C_l0_g0</th>
                            <th>C_l0_g1</th>
                            <th>C_l0_g2</th>
                            <th>C_l0_g3</th>
                            <th>C_l0_g4</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                            <th>R_l0_g0</th>
                            <td> 0.763</td>
                            <td> 0.233</td>
                            <td> nan</td>
                            <td> nan</td>
                            <td> nan</td>
                            </tr>
                            <tr>
                            <th>R_l0_g1</th>
                            <td> 0.244</td>
                            <td> 0.285</td>
                            <td> 0.392</td>
                            <td> 0.137</td>
                            <td> 0.222</td>
                            </tr>
                        </tbody>
                    </table>r   r   a  <table>
                    <thead>
                        <tr style="text-align: right;">
                        <th></th>
                        <th>C_l0_g0</th>
                        <th>C_l0_g1</th>
                        <th>C_l0_g2</th>
                        <th>C_l0_g3</th>
                        <th>C_l0_g4</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                        <th>R_l0_g0</th>
                        <td> 0.763</td>
                        <td> 0.233</td>
                        </tr>
                        <tr>
                        <th>R_l0_g1</th>
                        <td> 0.244</td>
                        <td> 0.285</td>
                        <td> 0.392</td>
                        <td> 0.137</td>
                        <td> 0.222</td>
                        </tr>
                    </tbody>
                 </table>)r   r'   r(   )rO   r   r   r   r   r   test_different_number_of_cols  s     "z*TestReadHtml.test_different_number_of_colsc                 C   s8   |  dd }tdddggdddgd	}t|| d S )
NaZ  
            <table>
                <tr>
                    <th>A</th>
                    <th colspan="1">B</th>
                    <th rowspan="1">C</th>
                </tr>
                <tr>
                    <td>a</td>
                    <td>b</td>
                    <td>c</td>
                </tr>
            </table>
        r   abcr   r   Cr   r   r   r   r   r   test_colspan_rowspan_1  s    z#TestReadHtml.test_colspan_rowspan_1c                 C   sD   | j dddd }tdddddggdd	d
ddgd}t|| d S )Na  
            <table>
                <tr>
                    <td colspan="2">X</td>
                    <td>Y</td>
                    <td rowspan="2">Z</td>
                    <td>W</td>
                </tr>
                <tr>
                    <td>A</td>
                    <td colspan="2">B</td>
                    <td>C</td>
                </tr>
            </table>
        r   r   r   r   Zr   XzX.1YWr   r   r   r   r   r    test_colspan_rowspan_copy_values  s     z-TestReadHtml.test_colspan_rowspan_copy_valuesc                 C   sD   | j dddd }tdddddggddddd	gd
}t|| d S )Na(  
            <table>
                <tr>
                    <td rowspan="2">A</td>
                    <td rowspan="2" colspan="3">B</td>
                    <td>C</td>
                </tr>
                <tr>
                    <td>D</td>
                </tr>
            </table>
        r   r   r   r   DzB.1zB.2r   r   r   r   r   r   r   test_colspan_rowspan_both_not_1"  s     z,TestReadHtml.test_colspan_rowspan_both_not_1c                 C   s8   | j dddd }tddggddgd}t|| d S )Nz
            <table>
                <tr>
                    <td>A</td>
                    <td rowspan="2">B</td>
                </tr>
                <tr>
                    <td>C</td>
                </tr>
            </table>
        r   r   r   r   r   r   r   r   r   r   r   test_rowspan_at_end_of_row@  s    z'TestReadHtml.test_rowspan_at_end_of_rowc                 C   s>   | j dddd }tddgddggddgd}t|| d S )Nz
            <table>
                <tr>
                    <td rowspan="3">A</td>
                    <td rowspan="3">B</td>
                </tr>
            </table>
        r   r   r   r   r   r   r   r   r   r   test_rowspan_only_rows[  s    
z#TestReadHtml.test_rowspan_only_rowsc                 C   sT   |  dd }tddgddggddgddggd}tdd	gg|d
}t|| d S )Nam  
            <table>
                <tr>
                    <th>A</th>
                    <th>B</th>
                </tr>
                <tr>
                    <th>a</th>
                    <th>b</th>
                </tr>
                <tr>
                    <td>1</td>
                    <td>2</td>
                </tr>
            </table>
        r   r   r   r   r   r   Zlevelscodesr{   r   r   r
   r	   r'   r(   rO   r   ru   r   r   r   r   +test_header_inferred_from_rows_with_only_thn  s    $z8TestReadHtml.test_header_inferred_from_rows_with_only_thc                 C   sd   t dtdddi}| }| j|dgdd}t||d  | j|dgdd}t||d  d S )Ndate1/1/2001
   Zperiodsr   r   Zparse_datesrB   )r	   r   r[   r   r'   r(   )rO   r\   r   r^   r   r   r   test_parse_dates_list  s    z"TestReadHtml.test_parse_dates_listc                 C   sn   t tddd}t|dd |dd d}| j| dd	d
gid	d}td|i}t||d  d S )Nr  r  r  c                 S   s   t |  S r   )strr  r   r   r   r   r      r!   z7TestReadHtml.test_parse_dates_combine.<locals>.<lambda>c                 S   s   t |  S r   )r  timer   r   r   r   r      r!   )r  r  r   r   r{   r  r   )r   r   r	   r%   r   r[   r'   r(   )rO   Z	raw_datesr\   r^   Znewdfr   r   r   test_parse_dates_combine  s     
 z%TestReadHtml.test_parse_dates_combinec                 C   s   |dddd}t j|s,tt| dt j|sJtt| d| j|ddd	d
 }|jdksltd|jd ks~t|d j	t
	dkstt
|jd dstd S )Nr   r   r3   wikipedia_states.htmlz is not a filez is an empty fileArizonar   r|   r   )<      Unnamedr   sq mifloat64)r   r  HzPN$A)r   r   isfiler#   reprgetsizer   r   ru   dtyperU   allcloselocrO   r   r   r   r   r   r   test_wikipedia_states_table  s    z(TestReadHtml.test_wikipedia_states_tablec                 C   sp   |dddd}| j |dddd }|jdks0td	|jd
 d ksFt|jjdksVtt|jd dsltd S )Nr   r   r3   r  r  r   r   )r     r  r   r   r{   )ZAlaska)zTotal area[2]r  r  )r   r   r#   ru   ZnlevelsrU   r!  r"  r#  r   r   r    test_wikipedia_states_multiindex  s    z-TestReadHtml.test_wikipedia_states_multiindexc                 C   sB   | j dddgd}tddggtddgd	}t|d | d S )
NaK  
                <table>
                    <thead>
                        <tr><th></th><th></tr>
                        <tr><th>A</th><th>B</th></tr>
                    </thead>
                    <tbody>
                        <tr><td>a</td><td>b</td></tr>
                    </tbody>
                </table>
            r   r   r   r   r   )Unnamed: 0_level_0r   )zUnnamed: 1_level_0r   r   )r   r	   r
   from_tuplesr'   r(   r   r   r   r   %test_parser_error_on_empty_header_row  s    z2TestReadHtml.test_parser_error_on_empty_header_rowc                 C   sL   | j dddd }tddidgd}|d jtdks<tt|| d S )	Na  <html>
            <body>
             <table>
                <thead>
                    <tr>
                        <th>Header</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>1100#101</td>
                    </tr>
                </tbody>
            </table>
            </body>
        </html>#)decimalr   r   gClg0@r   r  )r   r	   r   rU   r#   r'   r(   r   r   r   r   test_decimal_rows  s    zTestReadHtml.test_decimal_rowsc              
   C   sB   t d}dD ].}tjt|d | j| j|d W 5 Q R X qd S )NzPassing a bool to header is invalid. Use header=None for no header or header=int or list-like of ints to specify the row(s) making up the column names)TFr1   r   )r   escaper8   r9   r   r   rL   )rO   r,   argr   r   r   test_bool_header_arg  s    z!TestReadHtml.test_bool_header_argc                 C   s6   | j ddtidd }tdddgi}t|| d S )Na  <table>
                 <thead>
                   <tr>
                     <th>a</th>
                    </tr>
                 </thead>
                 <tbody>
                   <tr>
                     <td> 0.763</td>
                   </tr>
                   <tr>
                     <td> 0.244</td>
                   </tr>
                 </tbody>
               </table>r   r   r   z0.763z0.244)r   r  r	   r'   r(   r   r   r   r   test_converters  s    zTestReadHtml.test_convertersc                 C   s6   | j ddgdd }tddtjgi}t|| d S )Na  <table>
                 <thead>
                   <tr>
                     <th>a</th>
                   </tr>
                 </thead>
                 <tbody>
                   <tr>
                     <td> 0.763</td>
                   </tr>
                   <tr>
                     <td> 0.244</td>
                   </tr>
                 </tbody>
               </table>gZd;?)Z	na_valuesr   r   g"~j?r   r	   rU   nanr'   r(   r   r   r   r   test_na_values  s    zTestReadHtml.test_na_valuesc                 C   sh   d}t dddgi}| j|ddd }t|| t dtjtjgi}| j|ddd }t|| d S )	Na  <table>
                        <thead>
                            <tr>
                            <th>a</th>
                            </tr>
                        </thead>
                        <tbody>
                            <tr>
                            <td> N/A</td>
                            </tr>
                            <tr>
                            <td> NA</td>
                            </tr>
                        </tbody>
                    </table>r   zN/AZNAF)Zkeep_default_nar   T)r	   r   r'   r(   rU   r2  )rO   Z	html_dataexpected_dfhtml_dfr   r   r   test_keep_default_na  s    z!TestReadHtml.test_keep_default_nac                 C   s>   |  dd }tddgtjtjggddgd}t|| d S )Nak  
            <table>
                <tr>
                    <th>A</th>
                    <th>B</th>
                </tr>
                <tr>
                    <td>a</td>
                    <td>b</td>
                </tr>
                <tr>
                    <td></td>
                    <td></td>
                </tr>
            </table>
        r   r   r   r   r   r   r1  r   r   r   r   test_preserve_empty_rows8  s     z%TestReadHtml.test_preserve_empty_rowsc                 C   sT   |  dd }tddgddggddgddggd}tdd	gg|d
}t|| d S )NaU  
            <table>
                <thead>
                    <tr><th></th><th></tr>
                    <tr><th>A</th><th>B</th></tr>
                    <tr><th>a</th><th>b</th></tr>
                </thead>
                <tbody>
                    <tr><td>1</td><td>2</td></tr>
                </tbody>
            </table>
        r   r   r   r   r   r   r  r{   r   r	  r
  r   r   r   ,test_ignore_empty_rows_when_inferring_headerP  s    $z9TestReadHtml.test_ignore_empty_rows_when_inferring_headerc                 C   sP   t dddgd}dddgdd	d
gg|_|jdd}| |d }t|| d S )N)ZHillaryD   r  )ZBernieJ   r  )ZDonaldE   R)r   r'  ZAgeZPartyNamezUnnamed: 1_level_1zUnnamed: 2_level_1Fr   r   )r	   ru   r[   r   r'   r(   )rO   r4  r3   r5  r   r   r   test_multiple_header_rowse  s    z&TestReadHtml.test_multiple_header_rowsc                 C   s@   |dddd}| j |dd}t|ts*tt|d ts<td S )Nr   r   r3   rA   r   r   )r   r   r   r#   r	   )rO   r   rD   rx   r   r   r   test_works_on_valid_markupr  s    z'TestReadHtml.test_works_on_valid_markupc                 C   s&   |dddd}| j |dddgd d S )	Nr   r   r3   rK   rj   r@   r/   r<   r   )rO   r   rN   r   r   r   test_fallback_successx  s    z"TestReadHtml.test_fallback_successc                 C   s:   t ddd}ttjdd|d}| }d|ks6td S )Nz
2000-01-01r  r  rS   r>  )r   r	   rU   rV   Zrandnr[   r#   )rO   rngr\   r   r   r   r   test_to_html_timestamp}  s    z#TestReadHtml.test_to_html_timestampzdisplayed_only,exp0,exp1ZfooNFzfoo  bar  baz  quxc                 C   sT   t d}| j||d}t|d | |d k	r@t|d | nt|dksPtd S )Na  <html>
          <body>
            <table>
              <tr>
                <td>
                  foo
                  <span style="display:none;text-align:center">bar</span>
                  <span style="display:none">baz</span>
                  <span style="display: none">qux</span>
                </td>
              </tr>
            </table>
            <table style="display: none">
              <tr>
                <td>foo</td>
              </tr>
            </table>
          </body>
        </html>)displayed_onlyr   r   )r   r   r'   r(   r"   r#   )rO   rD  Zexp0Zexp1r   rx   r   r   r   test_displayed_only  s    	z TestReadHtml.test_displayed_onlyz\ignore:You provided Unicode markup but also provided a value for from_encoding.*:UserWarningc           
   	   C   s   t j|}t j|d }|d\}}zt|d}| j| |dd }W 5 Q R X t|d"}| jt	| |dd }W 5 Q R X | j||dd }	t
|| t
||	 W n4 tk
r   t rd|ksd|krt   Y nX d S )Nr   _rb)rJ   rB   Z16Z32)r   r   basenamesplitextsplitr   r   r   popr   r'   r(   	Exceptionr   r8   skip)
rO   r   	base_pathrootrF  rJ   ZfobjZfrom_stringZfrom_file_likefrom_filenamer   r   r   test_encode  s8      
    
zTestReadHtml.test_encodec              	   C   sj   | j jddkrtd G dd dt}|d}|  |sBttjtdd |  | W 5 Q R X d S )	Nr6   r@   zNot applicable for lxmlc                   @   s   e Zd Zdd ZdS )zFTestReadHtml.test_parse_failure_unseekable.<locals>.UnseekableStringIOc                 S   s   dS NFr   r   r   r   r   seekable  s    zOTestReadHtml.test_parse_failure_unseekable.<locals>.UnseekableStringIO.seekableN)__name__
__module____qualname__rS  r   r   r   r   UnseekableStringIO  s   rW  z?
            <table><tr><td>spam<foobr />eggs</td></tr></table>z#passed a non-rewindable file objectr1   )	r   keywordsgetr8   rM  r   r#   r9   r=   )rO   rW  badr   r   r   test_parse_failure_unseekable  s    
z*TestReadHtml.test_parse_failure_unseekablec                 C   s>   G dd d}|d}|d}|  |s,t|  |s:td S )Nc                   @   s6   e Zd Zdd ZdddZdd Zdd	 Zd
d ZdS )z9TestReadHtml.test_parse_failure_rewinds.<locals>.MockFilec                 S   s   || _ d| _d S rR  )r   at_end)rO   r   r   r   r   __init__  s    zBTestReadHtml.test_parse_failure_rewinds.<locals>.MockFile.__init__Nc                 S   s   | j r
dn| j}d| _ |S )Nr   T)r\  r   )rO   sizer   r   r   r   r     s    z>TestReadHtml.test_parse_failure_rewinds.<locals>.MockFile.readc                 S   s
   d| _ d S rR  )r\  )rO   offsetr   r   r   seek  s    z>TestReadHtml.test_parse_failure_rewinds.<locals>.MockFile.seekc                 S   s   dS )NTr   r   r   r   r   rS    s    zBTestReadHtml.test_parse_failure_rewinds.<locals>.MockFile.seekablec                 S   s   dst d S rR  )r#   r   r   r   r   __iter__  s    zBTestReadHtml.test_parse_failure_rewinds.<locals>.MockFile.__iter__)N)rT  rU  rV  r]  r   r`  rS  ra  r   r   r   r   MockFile  s
   
rb  z/<table><tr><td>spam<br />eggs</td></tr></table>z2<table><tr><td>spam<foobr />eggs</td></tr></table>)r   r#   )rO   rb  ZgoodrZ  r   r   r   test_parse_failure_rewinds  s
    z'TestReadHtml.test_parse_failure_rewindsc                 C   s   G dd dt j}ttjj |dddd}|| j|fd}|| j|fd}|  |  | s\| rnq\d |j	  kr|j	ksn t
d S )Nc                       s   e Zd Z fddZ  ZS )z@TestReadHtml.test_importcheck_thread_safety.<locals>.ErrorThreadc              
      sB   zt    W n( tk
r6 } z
|| _W 5 d }~X Y nX d | _d S r   )superrunrL  err)rO   rf  	__class__r   r   re    s
    zDTestReadHtml.test_importcheck_thread_safety.<locals>.ErrorThread.run)rT  rU  rV  re  __classcell__r   r   rg  r   ErrorThread   s   rj  r   r   r3   rA   )targetr*   )	threadingThreadr   pandasr   r3   r   startis_aliverf  r#   )rO   r   rj  rD   Zhelper_thread1Zhelper_thread2r   r   r   test_importcheck_thread_safety  s    
z+TestReadHtml.test_importcheck_thread_safetyc                 C   sB   |dddd}t |}| |d }| |d }t|| d S )Nr   r   r3   r4   r   )r   r   r'   r(   )rO   r   Zfile_path_string	file_pathre   rf   r   r   r   test_parse_path_object  s
    z#TestReadHtml.test_parse_path_object)[rT  rU  rV  r8   fixturerP   rR   r_   marknetworkr'   rg   rh   rl   Zslowrq   rv   ry   rz   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r  r  r  r  r  r  r  r$  r&  r)  r,  r/  r0  r3  r6  r7  r8  r?  r@  rA  rC  parametrizer	   rE  filterwarningsrQ  r[  rc  rq  rs  r   r   r   r   rH   c   s   	





		
	







&
1
D!


 

rH   )5	functoolsr   	importlibr   r   r   r   r   pathlibr   r   rl  urllib.errorr   numpyrU   r8   Zpandas.compatr   Zpandas.util._test_decoratorsutilZ_test_decoratorstdrn  r	   r
   r   r   r   r   r   Zpandas._testingZ_testingr'   Zpandas.io.commonr   r   r   r   dirname__file__ZHERErt  r   r-   Z
skip_if_nor;   r?   rE   ru  rw  r   rH   r   r   r   r   <module>   sT   $	
	