https://github.com/natasha-ct/python_spreadsheet_analysis
Python_Spreadsheet_Analysis This project uses Python to do very basic data analysis on a spreadsheet. The standard project will use csv file that contains fake sales data.
https://github.com/natasha-ct/python_spreadsheet_analysis
pycharm-ide python
Last synced: 6 months ago
JSON representation
Python_Spreadsheet_Analysis This project uses Python to do very basic data analysis on a spreadsheet. The standard project will use csv file that contains fake sales data.
- Host: GitHub
- URL: https://github.com/natasha-ct/python_spreadsheet_analysis
- Owner: NATASHA-ct
- Created: 2022-12-08T23:33:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T00:04:39.000Z (almost 3 years ago)
- Last Synced: 2025-02-12T08:34:44.305Z (8 months ago)
- Topics: pycharm-ide, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Python_Spreadsheet_Analysis
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)## Python_Spreadsheet_Analysis
This project uses Python to do very basic data analysis on a spreadsheet. The standard
project will use csv file that contains fake sales data.> These are technologies that I used.
- Python- Collect all of the sales from each month into a single list
- Output the total sales across all months
- Calculate the following:
○ Monthly changes as a percentage
○ The average
○ Months with the highest and lowest sales> Describe how a new developer could make use of your project.
To get a local clone the repository https://github.com/NATASHA-ct/Python_Spreadsheet_Analysis.git
### Prerequisites
In order to run this project you need:
- Pycharm
### Setup
Clone this repository to your desired folder:
$ git clonehttps://github.com/NATASHA-ct/Python_Spreadsheet_Analysis.git
$ cd Python_Spreadsheet_Analysis
### Install
- no extra installations needed
### UsageTo run the project, execute the following command:
- Alt+Shift+F10
- click the run button/icon👤 **Author**
**Natasha Tatenda Chirombe**
- GitHub: [@NATASHA-ct]((https://github.com/NATASHA-ct)
- Twitter: [@NatashaChirombe]
- LinkedIn: [Natasha Chirombe](linkedin.com/in/natasha-chirombe-1531aa17b)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Acknowledgement to all used sources
> Acknowledgement to all used sources
> Add at least 2 questions new developers would ask when they decide to use your project.
#### [Question] Can I use Vs code.
##### [Answer] Yes you can, you just need to install the Python extension for VS Code from the Visual Studio Marketplace.
Along with the Python extension, you need to install a Python interpreter @ python.org.(back to top)>