📜  在 pandas 中跳过行读取 excel - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:24.186000             🧑  作者: Mango

代码示例3
pd.read_excel("file_name.xlsx", skiprows=2, engine='openpyxl')