The community member is experiencing an issue where the marimo dataframe is automatically converting their string hashes (e.g. 0x0301edd00c61acef95df15455de7...) into numbers. They are looking for a way to stop this automatic conversion. The comments suggest that using mo.ui.table instead of mo.ui.dataframe may be a workaround, and there is a potential fix mentioned in a pull request on the marimo repository.
also I think I Need some help here/might be a bug.
I have string hashes that look like something like this 0x0301edd00c61acef95df15455de7... however marimo dataframe keeps converting it into (binary?) numbers. Is there a way to stop this seemingly automatic conversion from happening?