code icon indicating copy to clipboard operation
code copied to clipboard

Fix streamlit part 5 error: ArrowTypeError: ("Expected bytes, got a 'int' object", 'Conversion failed for column FG% with type object')

Open HowardNTUST opened this issue 4 years ago • 0 comments

Since the versions of pandas and streamlit have been updated and do not accept the following data, so I made a little change to deal with it in order to avoid error of ArrowTypeError: ("Expected bytes, got a 'int' object", 'Conversion failed for column FG% with type object')

image

changed to image

HowardNTUST avatar Sep 12 '21 09:09 HowardNTUST