Posts by Diogo Ribeiro • 41 points
4 posts
-
1
votes1
answer73
viewsQ: Jsondecodeerror Expecting value: line 1 column 1 (char 0) - content-type: text/xml
I have a project to capture Atms next to a coordinate on the Mastercard website form. I can bring the result but not in json. By Content-Type be text.XML, should not allow to bring result in json?…
-
2
votes2
answers103
viewsQ: Why is this loop infinite?
I wanted to stop the loop when t is at 5. So I counted -1, but it does not go back to while to check the condition and turns a loop infinite. text = 'abcdefghij' t = 10 while t != 5: for i in text:…
-
-1
votes1
answer56
viewsQ: Error Convert data format EN
Trying to convert str to date in BR format but from the error below. And if I take 'format' it goes in American format: df = pd.read_csv(‘df.csv',encoding='cp1252', sep=';') df['Data']=…
-
0
votes1
answer65
viewsQ: Web Scrapping Python
It used code below to collect data of atms from the parameters in the terminal. Site was changed and I can not find the equivalent of this for data collection. Would anyone know if I could find on…
pythonasked Diogo Ribeiro 41