Posts by Jonathas • 14 points
3 posts
-
-1
votes3
answers34
viewsA: Doubt about converting str to int with py/pandas ((dataset))
What you can do is treat the values "Unknown" to 0 so when convert to int you will not get this error. If you don’t want the values like 0, after the conversion, change the 0 to None
-
0
votes2
answers369
viewsA: How to focus on ttk screen. Treeview, freezing the previous screens?
In this case you must insert the following commands in the root of the active application/window master.focus_force() master.grab_set() master = Variable that is the root or Toplevel of the window…
-
-1
votes1
answer20
viewsA: How to change the color of the text outside of a Tkinter function?
Hello, all right? Well first we have to solve a problem in the code above... You assigned the variable Label_12 the instance of a Label already with the place, this makes it impossible to work with…