我在一个多态关系的模型上从一个非常基本的范围得到了一些奇怪的结果。以下是这些关系的简要总结和细节。
模型/金融学
class Financial < ActiveRecord::Base
belongs_to :financiable, :polymorphic => true
#ltm is a boolean field in the model
scope :ltm, -> { where(ltm: true).last }
然后是一个基本的公司模型,它有很多金融机构
型号/Firm.rb
class Firm < ActiveRecord:
伙计们,我想从雅虎金融公司的国家--美国,从雅虎金融公司的个人资料页面上刮来刮去。联系是:
https://finance.yahoo.com/quote/AAPL/profile?p=AAPL
我试过这段代码,但无法解压缩。我是新的刮数据,如果你能帮助我。
我的代码:
import requests
from lxml import html
xp = "//span[text()='Sector']/following-sibling::span[1]"
symbol = 'AAPL'
url = 'https://finan