Coder Social home page Coder Social logo

keyiwang1 / fdic-delinquencies Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rdinter/fdic-delinquencies

0.0 0.0 0.0 96.25 MB

Organizing FDIC Call Reports and Summary of Deposits data to calculate agricultural financial statistics

License: GNU General Public License v3.0

R 100.00%

fdic-delinquencies's Introduction

FDIC Data

This repository is meant as a way for organizing FDIC Call Reports and Summary of Deposits data through R and SQL. The main goal is to calculate agricultural financial statistics from this data, although the data can be used for much more than just agricultural focused issues.

Repository Organization

For most users, the raw data are of the most importance and they are referenced above. However, this project is open-source and meant to be allow users to replicate the results to cross-check the validity of the data. If any errors are found, please submit a pull request.

Packages Needed

A few packages needs to be installed to maintain this repository that are on CRAN and can be installed with the install.packages() command:

install.packages(c("DBI", "lubridate", "ggmap", "haven", "httr", "RSQLite", "rvest", "tidyverse", "zipcode"))

A quick reasoning for each package:

  • DBI - database interface with R
  • lubridate - helpful for time series
  • ggmap - mapping of locations
  • haven - read in SAS
  • httr - web scraping of the FDIC and Chicago Fed
  • RSQLite - able to create SQLite databases
  • rvest - web scraping
  • tidyverse - useful for data munging
  • zipcode - coordinates of zip codes

fdic-delinquencies's People

Contributors

rdinter avatar

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.