not able to import files using glob in google colab
1 answers ( 0 marked as helpful)
i got my answer from bard :P
files = glob.glob('sample_data/youtube-dataset/*.csv')
files
this will let us to get the data. :)
i got my answer from bard :P
files = glob.glob('sample_data/youtube-dataset/*.csv')
files
this will let us to get the data. :)