我试图使用Python从雅虎财经上获取资产负债表,但无法获得更多的信息。 我应该在我的代码中添加什么来获取详细的财务数据? 使用的代码: for table_row in table_rows:
el=table_row.xpath('./div')
try: parsed_row.append(text
Users\HP\Desktop\My Python Projects\pratidintime.py", line 14, in <module>AttributeError: 'NoneType' object has no attribute 'text'from bs4 import BeautifulSoupPython Projects\random_stuffs\pratidin