PyBank-Python-Data-Structures-Analysis

In two separate Python scripts, I perform financial analysis of csv datasets. This analysis features two examples, each with a separate dataset, and each exploring different Python methods and data structures.

View on GitHub

Python for Finance: Methods / Data Structures

This page features links for two examples demonstrating Python in a financial context. Each example uses a separate dataset, and each one explores different aspects of Python methods and data structures for finance.

The two examples are as follows:

  1. PyBank: where I utilize a Python script for analyzing the financial records of a fictional company.
  2. PyRamen:: where I utilize I utilize a dataset: budget_data.csv. This dataset is composed of two columns, Date and Profit/Losses.