Published
- 1 min read
colab read xlsx
The solution for this is noted below
colab read xlsx
Solution
import pandas as pd
df = pd.read_excel('/content/drive/My Drive/folder_name/file_name.xlsx')
Try other methods by searching on the site. That is if this doesn’t work