Lesson 3 Planet IsADirectoryError

Hi, I am using colab to run my code. I’ve just uploaded the csv files but it can’t be read with this code:
df = pd.read_csv(path/‘train_v2.csv’, engine=‘python’)
as it come up with an IsADirectoryError, I have check the type of path/‘train_v2.csv’ and it is a pathlib.PosixPath
Any idea how to fix it?