Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanchok12 authored May 17, 2024
1 parent f8d6dbd commit be40e77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Yahoo! Finance: https://finance.yahoo.com/


## Data Application <a id="6"></a> <br>
I used Plotly Dash as the python framework to create the interactive web application. The data application itself is hosted by AWS Elastic Beanstalk.
### Network plots of acquisitions and mergers for the Big Four <a id="7"></a> <br>
Used [NetworkX](https://networkx.org/) Python library in to develop the network plot.
<div>
Expand All @@ -116,6 +117,7 @@ Used [scikit learn]( https://scikit-learn.org/stable/index.html) linear model ma
![scatter_plot](https://github.com/juanchok12/Concentration-of-Banking/assets/116334702/c721feae-a5f1-4d5c-b2f1-ef9344f9dc32)



### a) From web scraping HTML tables to CSV files to creating pivot data frames using Python:

1) Webscraping: Webscraped the Federal Reserve data on large commercial banks by identifying the HTML tables, downloaded the tables into HTML files and transformed these files into CSV files.
Expand Down

0 comments on commit be40e77

Please sign in to comment.