I converted my .ipynb file into a .py script but when I rut it, it does not work. (VS Code)
What i’m trying to do in this notebook is reading the file “updated_coffee_sales_data.xls” with Pandas, cleaning the file, and then exporting it into another excel file. This work with Notebooks but I want to slowly learn how to do this in Python scripts.