Super learner
This user is a Super Learner. To become a Super Learner, you need to reach Level 8.
Last answered:

05 Apr 2024

Posted on:

05 Apr 2024

0

Using the glob.glob Function on Mac

This is not a question but just a note to anyone using Macbook to change the code from:
glob.glob('youtube-dataset\\*.csv')

to:
glob.glob('youtube-dataset/*.csv').


Regards.

1 answers ( 0 marked as helpful)
Instructor
Posted on:

05 Apr 2024

0

Hey Jonathan,


Thank you for reaching out and for your heads-up on the code tweak for MacBook users!


Kind regards,

365 Hristina

Submit an answer