pycharm pandas datareader unable to import duyf=f]dai;sad'lsahildsalj;dasli

18 Views Asked by At

I'm in a process of learning python for algotrade and finance. I use the pycharm community. watching a codealong course, and i have a problem, can't import pandas_datareader. this is my code:

import pandas as pd
import numpy as np
import matplotlib as plt
import pandas_datareader as pdr

i got that error: No module named 'pandas_datareader' even when I try to install it via pip:

I need it to import pandas_datareader for financial data.

0

There are 0 best solutions below