This project analyzes Apple’s historical data using Python (Pandas, Matplotlib) in Google Colab.
It explores price trends, daily changes, and moving averages over time to uncover insights about Apple’s stock performance.
- Data loading and cleaning with Pandas
- Daily percentage change calculations
- 7-day and 30-day moving averages
- Interactive line charts with Matplotlib
- Summary insights (average, highest, and lowest closing prices)
- Export of processed data to CSV format
- Google Colab (mobile-friendly)
- Python 3.x
- Libraries:
pandas,matplotlib
- Open the notebook in Google Colab.
- Upload your
apple_data.csvfile. - Run the cells one by one (optimized for phone use).
- View charts, insights, and export the analysis as
apple_analysis_output.csv.
- apple_analysis_output.csv → contains the cleaned and analyzed stock data.
- Visualizations → closing price chart and moving averages.
Your Sincerely,
TOghen
Project submitted for Data Analysis Practice