Display label-like values in DataFrames

Hey,

I was looking at the multipage-app release notes here and noticed this picture about the new DataFrame design:

I was wondering what kind of cell values get displayed as labels like the ones you see in the picture above under the websites column?

Best,
Zoltan

Hey @zoltanmihaly,

I also love this column style! The way you can trigger it is by having a column with iterables inside (think list, np.array, tuple, set…). See some examples here https://playground.streamlitapp.com/?q=df-iterable

Hope that helps!

2 Likes

Hey @arnaud - amazing! Worked for me, thanks for the help!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.