Posts by scob • 99 points
4 posts
-
2
votes3
answers4263
viewsQ: Parse Nfe XML in Python
I have the following code that aims to fetch a particular node of an XML Electronic Invoice, but without success. I tested with other Xmls and it worked. import xml.etree.ElementTree as ET tree =…
-
1
votes1
answer1095
viewsQ: Transform query into dataframe [sqlalchemy + pandas]
I’m new to python and I want to create a function that will query the database[mysql] and convert it into a dataframe so that it can be sent by e-mail in format. csv. But I’m having problems in this…
-
2
votes1
answer1762
viewsQ: Autocomplete: JSON + PHP
With the codes below my output coming after typing "Al" is only "Albania", and the same comes duplicated in the autocomplete. The result coming in Chrome console is: >…
-
4
votes1
answer76
viewsQ: I can’t run code after the cycle is
I am using Selenium as Crawler on a website. I have no experience with python. Here I create a dataframe with the data of a .csv df = pd.DataFrame.from_csv( 'tabela_etickets_copa3.csv', columns =…