movie_boxoffice_daily
Fetch daily box office revenue for a specified date, returning the previous day's data in structured format.
Instructions
电影票房-单日票房 https://www.endata.com.cn/BoxOffice/BO/Day/index.html :param date: 只能设置当前日期的前一天的票房数据 :type date: str :return: 每日票房 :rtype: pandas.DataFrame
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 20240219 |