I am trying to open a CSV file but for some reason python cannot locate it.
import pandas as pd
base = pd.read_excel("C:\\Users\\Ricardo\\Downloads\\PRODUÇÃO_TELA_UNICA_2020_06_10.xlsb", sheet_name = "PRODUÇÃO_TELA_UNICA")
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\Ricardo\\Downloads\\PRODUÇÃO_TELA_UNICA_2020_06_10.xlsb'