📜  pandas 读取没有索引的 csv - Python 代码示例

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

代码示例3
df = pd.read_csv(data, skiprows = n)