Get help from the marimo community

Updated 4 months ago

binary conversion

At a glance

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.

Useful resources
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?
M
0
11 comments
Oh I guess i could download csv sample data and share it here , would that help?
here is sample data. If I try to use mo.ui.dataframe(df) then it turns the binary strings into numbers
pretty sure it works for me
the problem is when you put it into the mo.ui.dataframe() function
theres an automatic converesion going on
ah yes i see that now
i would use mo.ui.table for now
Add a reply
Sign up and join the conversation on Discord