Posts by Fabricio Rezende • 17 points
5 posts
-
0
votes0
answers21
viewsQ: jQuery autocomplete with local API
I created an input text and through jQuery I am making an autocomplete, I was able to make it work by putting local data, as I do to show the data of an API generated as localhost. I don’t know how…
-
-1
votes0
answers25
viewsQ: Using Python to download a xlsx file from a website using set_preferences
I’m trying to download a file from a website using Python and I don’t want it to ask me if I want to open or save this file. Follow my code. I haven’t been able to figure out yet, where I’m going…
pythonasked Fabricio Rezende 17 -
0
votes1
answer30
viewsQ: How to unify dates with Python dataframe
Good afternoon guys, I have the following situation. I have a spreadsheet with the following columns: name, surname, dates(from 2011 until 2021) Follow the table to view: As you can see, these dates…
-
1
votes1
answer49
viewsQ: How to unify by Python several repeated lines of an Excel file?
I have this spreadsheet in Excel, which is generated in the system by the pandas dataframe I can even generate the file, the problem is that it generates this way above. I need that, for example, in…
-
0
votes0
answers66
viewsQ: Open and close menu button
Good evening guys, I’m new to programming and I’m trying to put on my web page an open and close menu button. I apologize if it’s repeated, because I couldn’t find one that looked like mine, so I…