unsplash / datasets

🎁 5,400,000+ Unsplash images made available for research and machine learning
https://unsplash.com/data
2.43k stars 121 forks source link

Update pandas.ipynb #41

Closed adityagi02 closed 2 years ago

adityagi02 commented 3 years ago

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)

Screenshot 2021-09-27 at 7 18 12 AM
TimmyCarbone commented 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!