Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 559 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 559 Bytes

Hello! This is bank-pipeline

새마을금고 건전성 지표를 주기적으로 저장하자!

Let's save hidden index of financial soundness periodically!

Installation

conda update -n base -c defaults conda
conda create -n mungtage_pipe python=3.8
conda install -c anaconda requests -y
conda install -c anaconda beautifulsoup4 -y
conda install -c anaconda typing -y
conda install -c conda-forge tqdm -y
conda install -c anaconda pandas -y
conda install -c conda-forge gspread -y