1 Star 0 Fork 0

Jacey/Python Base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
highlight_na_df.html 1.95 KB
一键复制 编辑 原始数据 按行查看 历史
Jacey 提交于 2024-11-21 14:53 . 课中的一些基础训练
<style type="text/css">
#T_e5887_row2_col0, #T_e5887_row2_col3, #T_e5887_row3_col3 {
background-color: skyblue;
}
</style>
<table id="T_e5887">
<thead>
<tr>
<th class="blank level0" >&nbsp;</th>
<th id="T_e5887_level0_col0" class="col_heading level0 col0" >A</th>
<th id="T_e5887_level0_col1" class="col_heading level0 col1" >B</th>
<th id="T_e5887_level0_col2" class="col_heading level0 col2" >C</th>
<th id="T_e5887_level0_col3" class="col_heading level0 col3" >D</th>
</tr>
</thead>
<tbody>
<tr>
<th id="T_e5887_level0_row0" class="row_heading level0 row0" >0</th>
<td id="T_e5887_row0_col0" class="data row0 col0" >1.000000</td>
<td id="T_e5887_row0_col1" class="data row0 col1" >3</td>
<td id="T_e5887_row0_col2" class="data row0 col2" >5</td>
<td id="T_e5887_row0_col3" class="data row0 col3" >7.000000</td>
</tr>
<tr>
<th id="T_e5887_level0_row1" class="row_heading level0 row1" >1</th>
<td id="T_e5887_row1_col0" class="data row1 col0" >2.000000</td>
<td id="T_e5887_row1_col1" class="data row1 col1" >4</td>
<td id="T_e5887_row1_col2" class="data row1 col2" >6</td>
<td id="T_e5887_row1_col3" class="data row1 col3" >5.000000</td>
</tr>
<tr>
<th id="T_e5887_level0_row2" class="row_heading level0 row2" >2</th>
<td id="T_e5887_row2_col0" class="data row2 col0" >nan</td>
<td id="T_e5887_row2_col1" class="data row2 col1" >4</td>
<td id="T_e5887_row2_col2" class="data row2 col2" >7</td>
<td id="T_e5887_row2_col3" class="data row2 col3" >nan</td>
</tr>
<tr>
<th id="T_e5887_level0_row3" class="row_heading level0 row3" >3</th>
<td id="T_e5887_row3_col0" class="data row3 col0" >4.000000</td>
<td id="T_e5887_row3_col1" class="data row3 col1" >5</td>
<td id="T_e5887_row3_col2" class="data row3 col2" >8</td>
<td id="T_e5887_row3_col3" class="data row3 col3" >nan</td>
</tr>
</tbody>
</table>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/jacey0207/python-base.git
git@gitee.com:jacey0207/python-base.git
jacey0207
python-base
Python Base
master

搜索帮助