
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
첨부 파일 압축 풀어서 코랩에서 실행시키니 계속 오류가 나네요..

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-8-b9bf108cfdca> in <cell line: 1>()
----> 1 import FinanceDataReader as fdr
2 import datetime
3 import pandas as pd
4 import matplotlib.pyplot as plt
5
ModuleNotFoundError: No module named 'FinanceDataReader'
---------------------------------------------------------------------------
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
---------------------------------------------------------------------------
해결 방안 부탁드립니다.
