【问题标题】:What does the "nr_order" column in the imdbpy "cast_info" table represent?imdbpy“cast_info”表中的“nr_order”列代表什么?
【发布时间】:2015-01-02 07:51:19
【问题描述】:

我通过谷歌搜索找不到任何有用的解释,而且我在 IMDB 数据库文件中看不到任何内容。

cast_info中的nr_order是什么意思?

TIA

【问题讨论】:

    标签: python mysql imdb imdbpy


    【解决方案1】:

    这是一个数字,表示信用中的计费位置。

    在 db 架构中定义为 here

    This 显示值将被填充的位置。

    查看女演员.list.gz 文件,我在顶部找到了这个:

    "xxxxx"        = a television series
    "xxxxx" (mini) = a television mini-series
    [xxxxx]        = character name
    <xx>           = number to indicate billing position in credits
    (TV)           = TV movie, or made for cable movie
    (V)            = made for video movie (this category does NOT include TV 
                     episodes repackaged for video, guest appearances in 
                     variety/comedy specials released on video, or 
                     self-help/physical fitness videos)
    

    看起来 IMDbPY 中也没有任何有用的文档。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2015-07-04
      • 1970-01-01
      • 1970-01-01
      • 2017-03-04
      • 2015-06-20
      • 2014-02-05
      • 1970-01-01
      相关资源
      最近更新 更多