Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katrinafermanto23/line-graphs
https://github.com/katrinafermanto23/line-graphs
jupyter-notebook matplotlib pandas python
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/katrinafermanto23/line-graphs
- Owner: Katrinafermanto23
- Created: 2025-01-14T09:49:41.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2025-01-23T06:03:12.000Z (20 days ago)
- Last Synced: 2025-01-23T07:19:16.285Z (20 days ago)
- Topics: jupyter-notebook, matplotlib, pandas, python
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime Limes' Line Graphs
This project focuses on analyzing sales data for Sublime Limes, an online retailer of premium limes.
Project Goals:
- Data Visualization:
- Create informative and visually appealing line graphs using Matplotlib to analyze Sublime Limes' sales data.
- Effectively communicate key trends and insights to the product manager.Data Analysis:
- Identify patterns and trends in sales data, such as:
- Seasonal sales fluctuations.
- Customer purchasing behavior over time.
- Impact of marketing campaigns (if data is available).Data Storytelling:
- Use line graphs to tell a compelling story about Sublime Limes' sales performance.
- Clearly and concisely communicate key findings and insights to the product manager.Technologies Used:
- Python
- Matplotlib
- Pandas (for data manipulation - optional)