The 'vote details' data set adds these keyword: 'demographic', 'number of
votes', 'arithmetic mean', 'median'.

The one you're looking for is 'number of votes'.

HTH,


On Fri, Jul 3, 2015 at 11:00 AM, 杨远益 <fssq1...@gmail.com> wrote:

> There is an example in the README as follows
>
> Example:
>> i = imdb.IMDb(accessSystem='http')
>> m = i.get_movie('0133093') # only default info set are retrieved.
>> m.has_key('demographic') # returns false, since no demographic breakdowns
>> # aren't available by default.
>> i.update(m, info=('vote details',)) # retrieve the vote details info set.
>> print m['demographic'] # print the demographic breakdowns.
>
> But by using this example I only get the information about male female aged 
> under 18 and so on.
>
> [image: 内嵌图片 1]
>
> I want to know can I get the data in the picture below
>
>
>
> [image: 内嵌图片 2]
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Imdbpy-help mailing list
> Imdbpy-help@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/imdbpy-help
>
>


-- 
Davide Alberani <davide.alber...@gmail.com>  [PGP KeyID: 0x465BFD47]
http://www.mimante.net/
------------------------------------------------------------------------------
_______________________________________________
Imdbpy-help mailing list
Imdbpy-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/imdbpy-help

Reply via email to