Tagged articles
4 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Aug 4, 2023 · Backend Development

Scraping Maoyan Real-Time Box Office Data with Selenium and Visualizing the Results

Using Python's Selenium library, this tutorial demonstrates how to scrape real-time box office data from Maoyan's regular page, extract movie names, total and incremental earnings, process the data with pandas, export to Excel, and create visual analyses of top‑10 films' revenues and market shares.

Data visualizationSeleniumWeb Scraping
0 likes · 16 min read
Scraping Maoyan Real-Time Box Office Data with Selenium and Visualizing the Results
Python Programming Learning Circle
Python Programming Learning Circle
Oct 18, 2021 · Fundamentals

Analyzing and Predicting the Box Office of "The Battle at Lake Changjin" Using Python Data Scraping and Visualization

This tutorial demonstrates how to scrape Maoyan movie comments for "The Battle at Lake Changjin", clean and store the data, perform comprehensive visual analyses such as likes, city, gender, watch status, rating, user level, and creator mentions, and finally predict next‑day box office using linear regression with sklearn.

Pyechartsbox officedata-analysis
0 likes · 4 min read
Analyzing and Predicting the Box Office of "The Battle at Lake Changjin" Using Python Data Scraping and Visualization
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 6, 2019 · Big Data

Can We Predict Nezha’s Box Office? A Data‑Driven Forecast Using Polynomial Fitting

The article analyzes the Chinese animated film Nezha’s box‑office performance, gathers historical ticket‑sale data from similar movies, applies polynomial curve fitting with NumPy and SciPy, scales the models, and predicts a final gross between 30 and 40 billion yuan, highlighting the methodology and code.

Pythonbox officemovie prediction
0 likes · 8 min read
Can We Predict Nezha’s Box Office? A Data‑Driven Forecast Using Polynomial Fitting