Posts by Hackeando o Mundo • 1 point
2 posts
-
0
votes1
answer71
viewsQ: Valueerror error: 1 Columns passed, passed data had 12 Columns
I’m trying to make a Dataframe but I get this error:Valueerror: 1 passed, passed data had 12 Columns. Here’s my code: import pandas as pd colunas = ['Legenda'] conteudo2 = [['Pontos…
-
0
votes0
answers16
viewsQ: How can I post on blogger with Python and googleapiclient
I’m trying to make a program that automatically posts on a website of mine, which I did on the blogger. How can I do this? My code is like this: from googleapiclient.discovery import build Key =…