Python uses pandas to read Excel files, how to read only a few columns?

I want to use Python"s pandas package to read some columns of data from Excel, but not all of them. How can I read them?
only knows how to use skiprows=? To read specific rows, but do not know how specific columns are read

Feb.28,2021

usecols,nrows learn about

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3af87-2c264.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3af87-2c264.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?