This project uses Python Pandas to process Apple's 5-year annual report Excel financial data, and Matplotlib to build multi-dimensional financial trend charts. It analyzes operating revenue, net profit, gross profit margin and ROE to evaluate the company’s operating scale and profitability quality.
Python | Pandas | Matplotlib | Excel Data Processing | Financial Quantitative Analysis | Data Visualization
- Automatically read structured Excel financial tables, auto identify year columns without hard-coded date strings
- Extract four core financial indicators: operating revenue, net profit, gross profit margin, return on equity
- Two independent line charts to separate "business scale analysis" and "profit efficiency analysis"
- Solve Matplotlib Chinese font garbled problem, compatible with datetime column format
pip install pandas matplotlib openpyxlpython apple_analysis.py
