调用to_excel函数时报错AttributeError: ‘_io.BufferedWriter’ object has no attribute ‘write_cells’
我的问题是python版本,如果给to_excel函数传入的路径参数是’_io.BufferedWriter’对象,需要在python3.7及以上版本运行该代码
调用to_excel函数时报错AttributeError: ‘_io.BufferedWriter’ object has no attribute ‘write_cells’
我的问题是python版本,如果给to_excel函数传入的路径参数是’_io.BufferedWriter’对象,需要在python3.7及以上版本运行该代码