Extracting rows with a specific column value using pandas, no headers on the columns

前端 未结 0 1952
星月不相逢
星月不相逢 2021-02-02 09:01

So, I run this code:

    import pandas as pd
    df = pd.read_csv(filename, delim_whitespace=True, header=None)

My file is huge so I have isolate

相关标签:
回答
  • 消灭零回复
提交回复
热议问题