How to import my own tabular csv data into fast ai if i'm using AWS

from pandas_datareader import data
df = data.DataReader(“AAPL”,
start=‘2005-1-1’,
end=‘2020-10-7’,
data_source=‘yahoo’)

I want to work with this data, uploaded it to the files inside fastbook folder but the path doesn’t seem to work! please help! I’m so excited to compare results with Keras!