Last answered:

25 Dec 2023

Posted on:

25 Dec 2023

0

not able to import files using glob in google colab

1 answers ( 0 marked as helpful)
Posted on:

25 Dec 2023

2

i got my answer from bard :P

files = glob.glob('sample_data/youtube-dataset/*.csv')
files


this will let us to get the data. :)

Submit an answer