For numbers with a decimal separator, by default Python uses float and Pandas uses numpy float64. Internally float types use a base 2 representation which is convenient for binary computers. Python's ...
Empty string will be converted to False. Everything else will be converted to True. Here we have a string "0", so it has some value, it is not empty, so it will be True. So, if we want to do certain ...