Coder Social home page Coder Social logo

personal-budget-data-analysis's Introduction

Personal-Budget

Setting Up

First, create your virtual environment:
python3 -m venv env

Then activate your virtual environment and install dependencies:

pip install --upgrade pip
pip install -r requirements.txt

Activate your pre-commit hooks:

pre-commit install

And you're good to go!

What my Budget Spreadsheet Looks Like:

In order to use this, you should be keeping track of your spending in a similar spreadsheet:

It is not necessary to follow the way I do my accounting there, but it is recommended to keep columns B through G similar.

Link:

https://docs.google.com/spreadsheets/d/12sQdKVUK1-r6Wx17N34a6Qr6IMCCcL8-Bz_MTL_LS0A/edit?usp=sharing

Capabilities:

As of now we can do the following data analyses:

1. Average over each year and the lifetime of the data
2. Medians over each year and the lifetime of the data
3. Variance over each year and the lifetime of the data
4. Standard Deviations over each year and the lifetime of the data
5. Linear Regression Analysis over each year and the lifetime of the data

It's completely up to you how you wish to use your own data.

Performance Measurements

I wanted to check how fast I can get each piece of the code running. You can check this out by running:

python performance.py

This might take several minutes, but will output a log with the time measurements for a small, medium, large, and extra large data set.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.