Posts by Rafael • 104 points
6 posts
-
1
votes2
answers562
views -
1
votes1
answer420
viewsA: How to use pandas.read_sql_query within a class
Felipe, I redid your code and it worked perfectly with small modifications. I created the Postsql class with the same methods only by changing the way the "database response is handled" import…
-
0
votes1
answer81
viewsA: Selenium Python IE 11 Runtime Problem
When Voce is instantiating the use of the webdriver, it is using Firefox and not IE. Try to use: driver = webdriver.ie() instead of: driver = webdriver. Firefox()…
-
0
votes1
answer176
viewsA: Problem activating the Virutal environment with pipenv
Hello, on the command line you have a & in front of the command. This is required ? Take a look at this link: https://jtemporal.com/venv-inicio/ can help you a little.…
-
-1
votes1
answer194
viewsA: Search by API / JSON - Latam and Gol (Power BI)
I believe that in Power BI it is not possible to run such a service. I believe that the ideal would be to create a service party that consumes the data of its base, consult the API and generate…
-
0
votes1
answer1019
viewsA: Windows Service with Python
I had this same problem recently, I tried using Pyinstall and other tools but without success. The only tool that served me satisfactorily was the PM2 You install her via npm in Node.js and the…