Posts by Andressa M • 43 points
4 posts
-
0
votes2
answers106
viewsQ: How to check if a certain value of a column is equal and does not save this value in file?
Good afternoon! I’ve been in a jam for days because I can’t seem to make sense of the problem I’m having. I’m making a query to record data in a type str in python. This query goes through the query…
-
0
votes0
answers52
viewsQ: Problem when recording data
I’m performing a query on a table where the structure is : Documento Produto 123 Camisa Posh rosa 127 Calça Handara 36 127 Meia Barby 158 Calça Handara 38 129 Blusa Yoll M 129 Blusa Yoll azul P 129…
-
1
votes1
answer415
viewsQ: Error connecting Python to Oracle BD
I am unable to connect Python to my oracle database. Displays the following error : import cx_Oracle con = cx_Oracle.connect('topm/[email protected]/xe') print (con.version) con.close() Traceback (most…
-
2
votes1
answer487
viewsQ: Concatenating equal data from a column into rows in Python
What I need is to find a function in Python that mounts my file this way. I already searched in pandas and did not find.…