File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -842,9 +842,10 @@ def test_parse_dates_combine(self):
842
842
843
843
def test_computer_sales_page (self ):
844
844
data = os .path .join (DATA_PATH , 'computer_sales_page.html' )
845
- # This table is unique because it has no <thead>, and its <th>-only rows
846
- # are underneath an initial <td>-only row that has no content. After
847
- # skipping the empty row, header=[0,1] picks the two <th>-only rows.
845
+ # This table is unique because it has no <thead>, and its <th>-only
846
+ # rows are underneath an initial <td>-only row that has no content.
847
+ # After #kipping the empty row, header=[0,1] picks the two <th>-only
848
+ # rows.
848
849
df = self .read_html (data , header = [0 , 1 ])[0 ]
849
850
assert df .columns [3 ] == ('Three months ended April\xa0 30' , '2013.1' )
850
851
assert df ['Three months ended April\xa0 30' , '2013.1' ][2 ] == '3718'
You can’t perform that action at this time.
0 commit comments