AttributeError: 'Table' object has no attribute 'plot'错误
Posted ishtarin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AttributeError: 'Table' object has no attribute 'plot'错误相关的知识,希望对你有一定的参考价值。
今天在用到camelot爬取pdf的表格时,想选取部分区域进行爬取,就想用plot把pdf画一下,选个坐标。
看了网上的示例,在使用camelot.read_pdf获取当前页面以后调用tables[0].plot(‘text‘),提示AttributeError: ‘Table‘ object has no attribute ‘plot‘
翻了半天各种博客都是转来转去一样的示例,直到看见 https://www.jianshu.com/p/dbce34122c2b 里写了,是用
plt = camelot.plot(tables[0],kind=‘text‘)
plt.show()
就可以显示图片了
以上是关于AttributeError: 'Table' object has no attribute 'plot'错误的主要内容,如果未能解决你的问题,请参考以下文章
AttributeError:'str'对象没有属性'author'
Python问题——AttributeError: 'NoneType' object has no attribute 'append'
text AttributeError:模块'enum'没有属性'IntFlag'
返回AttributeError:'int'对象没有属性'encode'
pymysql报AttributeError: module 'pymysql' has no attribute 'connect'