Posts by Fernando dos Santos • 61 points
5 posts
-
0
votes1
answer48
viewsA: How do you know if the phrase is on the list?
Good night Pedro. What you’re doing won’t work because you’re not checking the variable presente with another string but with the generated people list lista_pessoas for this you need to iterate…
-
1
votes1
answer113
viewsA: Sql Server Procedure
Good night Gabriel. The error does not occur because of the values incorrectly passed in the parameters because the second example is right, but because it is writing the variables as string.…
-
0
votes1
answer83
viewsA: How to Insert in Postgresql based on data from a Dataframe
Felipe, good night. I recommend you use it instead of psycopg2 use the SQLAlchemy because it works in an integrated way with pandas making the process less laborious. Your connection would look…
-
1
votes1
answer781
viewsA: How to change the shape of a cell with Pyhton and Openpyxl?
Good morning, Vitor. Excel formats are not like the types in the programming languages, they are like a rule and Excel has some predefined and names for them for example 'Accounting', 'Text' and…
-
1
votes1
answer1231
viewsA: How to increase the Grid View Result font in SQL Server Management Studio 17.9.1?
To increase the size of Grid View Result go to Tools -> Options will open a window. Follow the following steps: 1 ENVIRONMENT -> 2 FONTS AND COLORS -> 3 SEARCH FOR "GRID RESULTS" -> 4…