Myles Scolnick
Myles Scolnick3mo ago

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
Myles Scolnick
Myles ScolnickOP3mo ago
Cc @0xEvan
0xEvan
0xEvan3mo ago
Yessir Oh I guess i could download csv sample data and share it here , would that help?
0xEvan
0xEvan3mo ago
here is sample data. If I try to use mo.ui.dataframe(df) then it turns the binary strings into numbers
Myles Scolnick
Myles ScolnickOP3mo ago
pretty sure it works for me
Myles Scolnick
Myles ScolnickOP3mo ago
No description
0xEvan
0xEvan3mo ago
the problem is when you put it into the mo.ui.dataframe() function theres an automatic converesion going on
Myles Scolnick
Myles ScolnickOP3mo ago
ah yes i see that now
Myles Scolnick
Myles ScolnickOP3mo ago
i would use mo.ui.table for now