Open tongensheng opened 3 years ago
import gopup as gp cookie = '我的cookie数据' index_df = gp.baidu_info_index(word="共享经济", start_date='2018-01-01', end_date='2018-02-01', cookie=cookie) print(index_df)
运行后得出 共享经济 date 2018-01-01 1570 2018-01-02 3114 2018-01-03 0 2018-01-04 672 2018-01-05 840 2018-01-06 2367 2018-01-07 2594 2018-01-08 1040 2018-01-09 847 2018-01-10 3162 2018-01-11 109 2018-01-12 584 2018-01-13 1172 2018-01-14 589 2018-01-15 1130 2018-01-16 269 2018-01-17 1067 2018-01-18 1434 2018-01-19 917 2018-01-20 929 2018-01-21 452 2018-01-22 372 2018-01-23 607 2018-01-24 415 2018-01-25 75549 2018-01-26 21709 2018-01-27 43497 2018-01-28 55024 2018-01-29 45434 2018-01-30 4504 2018-01-31 2330 2018-02-01 2169
但这和我在百度指数官网上的数据对不上
baidu_info_index 是百度资讯指数 我查看是对的 百度有不同的指数 你可能看成其他指数了吧
感谢大佬答复,嗯嗯,我看错数字了
import gopup as gp cookie = '我的cookie数据' index_df = gp.baidu_info_index(word="共享经济", start_date='2018-01-01', end_date='2018-02-01', cookie=cookie) print(index_df)
运行后得出 共享经济 date
2018-01-01 1570 2018-01-02 3114 2018-01-03 0 2018-01-04 672 2018-01-05 840 2018-01-06 2367 2018-01-07 2594 2018-01-08 1040 2018-01-09 847 2018-01-10 3162 2018-01-11 109 2018-01-12 584 2018-01-13 1172 2018-01-14 589 2018-01-15 1130 2018-01-16 269 2018-01-17 1067 2018-01-18 1434 2018-01-19 917 2018-01-20 929 2018-01-21 452 2018-01-22 372 2018-01-23 607 2018-01-24 415 2018-01-25 75549 2018-01-26 21709 2018-01-27 43497 2018-01-28 55024 2018-01-29 45434 2018-01-30 4504 2018-01-31 2330 2018-02-01 2169
但这和我在百度指数官网上的数据对不上