Posts by Xande • 1 point
1 post
-
0
votes0
answers70
viewsQ: Would anyone like to explain why this came up"Exception has occurred: Missing optional dependency import 'xlrd'"?
I’m using vscode to use pandas in python My code from IPython.display import display import pandas as pd df = pd.read_excel(r"Vendas.xlsx") display(df) and I got this information on the line of "df…