I have been testing table.put using java and python.
In java, you can write int or float values into a column. using happybase
table.put(line_item_key, {'allinone:quantity': quantity})
it bombs out with TypeError: object of type 'int' has no len()
Could this be true that happybase does not support write out anything other than string?