Posts by gabriel pereira • 1 point
2 posts
-
-1
votes2
answers1111
viewsA: Import Pysimplegui in Visual Code
Man, I think you need to install it before you use it in this IDE. Remember that this code I will pass will only work if you have Python installed on your computer. Open the Powershell, pip install…
-
0
votes1
answer53
viewsA: How to move the title from one column to another?? (web scraping-python)
Bro, I would recommend you drop these columns, because this df_full is a data frame pandas you can use the command, df_full = df_full.drop(labels = ["Descrição", "1T2020"], axis = 1]) Ai following…