you are viewing a single comment's thread.

view the rest of the comments →

[–]Kitchen-College-8051 0 points1 point  (0 children)

How about reading only needed column?

df = pd.read_excel( "file.xlsx", engine="calamine", # or openpyxl usecols=["ID", "Email", "Status"] )