Questions tagged as 'boolean'

1
answer

Problem with CheckBox in JTable - Java

I want to solve a small problem that I have about a project in java and it is that I have a checkbox in a table but he only shows me the value true or false, I want him to show me his corresponding checkbox someone knows how I can solve it....
asked by 01.02.2018 / 16:46
1
answer

How to categorize a dataframe with python

I am using python and pandas to sort a dataframe that I have catogorized using a column with Boolean data like the following: df: X Y PROB 2 4 False 3 5 False 3 2 False 4 4 True 3 7 True 2 4 False 2...
asked by 31.08.2017 / 21:32