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.