1.1 files read xlsx files.rar
1. Read an .xlsx file
2.1 files read dataframe skip rows.rar
2. How to skip reading some rows when reading an excel file
3.1 files sheetname.rar
3. How to read a specific sheet from an excel file into a dataframe
4.1 files set index.rar
4. How to set the index of a dataframe while reading it from the excel file
5.1 files usecols.rar
5. How to read specific columns from an excel file into a dataframe (usecols)
6.1 world bank.rar
6. How to read data from World Banks online database
7. How to send many dataframes into the same excel file (xlsx) in different sheets
8.1 files sending to csv.rar
8. Sending a dataframe to a csv file
9.1 warnings.rar
9. How to hide warnings that Python produces. And how to trigger manually warnings
10.1 files nrows skipfooter.rar
10. How to read only some rows from the topbottom of a dataframe(nrows, skipfooter)
11.1 files check if cell empty.rar
11. How to check if an Excel cell is empty
12.1 files version package.rar
12. How to see the version of the packages we have installed