Hi Lorena, AWESOME! This is just what I was looking for. I was trying to reproduce your work but I realized an area where I was confused.
# upload file
from google.colab import files
files.upload()
Upload widget is only available when the cell has been executed in the current browser session. Please rerun this cell to enable.
Saving logs.csv to logs.csv
{'logs.csv': b'Key\r\ ... '}
Are you calling to Google.colab to get the .csv file that you will be working with?
How do I work around this? or Fix it?
Thanks