File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1902,14 +1902,14 @@ def test_repr_html_series(self):
1902
1902
" vertical-align: middle;\n }\n \n .dataframe tbody tr th {\n "
1903
1903
" vertical-align: top;\n }\n \n .dataframe thead th {\n "
1904
1904
' text-align: right;\n }\n </style>\n <table border="1" '
1905
- 'class="dataframe">\n <tbody>\n <tr>\n <th>0</th>\n <td>1</td>'
1906
- "\n </tr>\n <tr>\n <th>0</th>\n <td>1</td>\n </tr>\n "
1907
- "<tr>\n <th>0</th>\n <td>1</td>\n </tr>\n <tr>\n "
1908
- "<th>...</th>\n <td>...</td>\n </tr>\n <tr>\n <th>5</th>\n "
1905
+ 'class="dataframe">\n <tbody>\n <tr>\n <th>0</th>\n '
1906
+ "<td>1</td>\n </tr>\n <tr>\n <th>0</th>\n <td>1</td>\n "
1907
+ "</tr>\n <tr>\n <th>0</th>\n <td>1</td>\n </tr>\n <tr>"
1908
+ "\n <th>...</th>\n <td>...</td>\n </tr>\n <tr>\n "
1909
+ "<th>5</th>\n <td>NaN</td>\n </tr>\n <tr>\n <th>5</th>\n "
1909
1910
" <td>NaN</td>\n </tr>\n <tr>\n <th>5</th>\n "
1910
- "<td>NaN</td>\n </tr>\n <tr>\n <th>5</th>\n <td>NaN</td>\n "
1911
- " </tr>\n </tbody>\n </table>\n <p>Length: 6000, dtype: <tt>object</tt>"
1912
- "</p>\n </div>"
1911
+ "<td>NaN</td>\n </tr>\n </tbody>\n </table>\n <p>Length: 6000, dtype: "
1912
+ "<tt>object</tt></p>\n </div>"
1913
1913
)
1914
1914
1915
1915
assert lg_html == true_lg_html
You can’t perform that action at this time.
0 commit comments