An open API service indexing awesome lists of open source software.

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.

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.

## 🛠 Built With

### Tech Stack

> These are technologies that I used.
- Python

### Key Features

- 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

(back to top)

## 🚀 Live Demo
- no live demo

(back to top)

## 💻 Getting Started

> 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 clone

https://github.com/NATASHA-ct/Python_Spreadsheet_Analysis.git

$ cd Python_Spreadsheet_Analysis

### Install

- no extra installations needed


### Usage

To run the project, execute the following command:

- Alt+Shift+F10
- click the run button/icon

## 👥 Authors

👤 **Author**

**Natasha Tatenda Chirombe**

- GitHub: [@NATASHA-ct]((https://github.com/NATASHA-ct)
- Twitter: [@NatashaChirombe]
- LinkedIn: [Natasha Chirombe](linkedin.com/in/natasha-chirombe-1531aa17b)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Acknowledgement to all used sources

(back to top)

## 🙏 Acknowledgments

> Acknowledgement to all used sources

(back to top)

## ❓ FAQ

> 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)>