我已经使用表格从pdf中读取了表格
from tabula import wrapper
df = wrapper.read_pdf('xyz.pdf')
df.columns = ["Start_time","End_time","Start_stop_name","End_stop_name"]
现在,如果我要为第一行覆盖的列分配名称。
答案 0 :(得分:0)
尝试通过 public static class Settings
{
....
public static readonly int maxCharactersEmail= 320; //Googled it
....
}
传递pandas_options
参数:
{'header': None}