Since this was kaggle competition problem, I wanted to work in kaggle notebook itself. but that caused me problem, since I cant understand, the format of the dataset available.
df = pd.read_csv(path/'train_v2.csv') using this I got error. Error is
ParserError: Error tokenizing data. C error: Calling read(nbytes) on source failed. Try engine=‘python’.`
I think the problem is that train_v2.csv is present in directory called train_v2.csv and that is causing path problem. I have seen many kaggle kernels shared which seems to work seeing their output, but I am getting error and cant move forward.
so kindly help @init_27 @jeremy @Sylvain