Closed adityagi02 closed 2 years ago
Sorry for the late feedback.
The error doesn't indicate that it's an indentation error. There's no indentation error here.
I think the problem is linked to the fact that the datasets files are not where they're supposed to be. You should make sure that you're pointing to the correct path to find your dataset files.
Thank you!
There was an indentation problem in line 72 " datasets[doc] = pd.concat(subsets, axis=0, ignore_index=True)". Due to that it was giving exceptions. I resolved it.
Overview
-
Todo
Screenshot(User Facing Changes)