Tushare原學習文件(九 電影票房)

2021-08-31 03:14:36 字數 544 閱讀 1068

轉tushare原**:**:

import tushare as ts

1.實時票房

ts.realtime_boxoffice()

2.每日票房

ts.day_boxoffice()   獲取上一日票房

ts.day_boxoffice('2018-10-10')   獲取指定工作日票房

引數說明:

返回值說明:

3.月度票房

ts.month_boxoffice()   獲取上乙個月的票房

ts.month_boxoffice('2018-10')  獲取指定資料 格式是 年-月

引數說明:

返回值說明:

4.影院日度票房

ts.day_cinema()    獲取上一日全國影院票房排行資料

ts.day_cinema('2017-10-10')  獲取指定日期資料

引數說明:

Tushare原學習文件(六 新聞事件資料)

轉tushare原 import tushare as ts 1.即時新聞 已轉移到tushare新介面 ts.get latest news 預設是80條新聞 ts.get latest news 數字小於八十 ts.get latest news top 10,show content true...

Git學習文件

git本地版本維護基本操作 git 本地倉庫 維護三棵樹 工作區 暫存區 head 工作區 當前 工作環境 暫存區 通過git add將 新增到暫存區 head 指向最新一次的提交 git status 檢視修改的檔案狀態 git add 把修改提交到暫存區 git commit m comment...

Angular js 學習文件

angular js 指令 ng init key value 在其中使用鍵值對定義資料 在html中使用key呼叫資料 ng model 把元素值繫結到應用程式 一般出現在文字框中 定義key 然後把輸入的值顯示 ng model同樣可以為應用程式資料提供型別驗證 為應用程式提供狀態 為html元...