/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.

Primary LanguagePython

Python_Spreadsheet_Analysis

📗 Table of Contents

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

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

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