binary conversion
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?9 Replies
Cc @0xEvan
Yessir
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 numberspretty sure it works for me
the problem is when you put it into the
mo.ui.dataframe()
function
theres an automatic converesion going onah yes i see that now
i would use
mo.ui.table
for now