Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Allow configuration of missing value placeholder in st.dataframe #7360

@ViniciusgCaetano

Description

@ViniciusgCaetano

Checklist

  • I have searched the existing issues for similar feature requests.
  • I added a descriptive title and summary to this issue.

Summary

In st.data_editor, when you dont have a value for a determined cell, it will be showed as None:
image

Why?

Since it is very user-unfriendly (a non-tech person may not understand what means None), it will be interesting have a parameter in st.data_editor that allows to replace these None by, for example, empty string (""), that will looks like this, but only for view purposes, without messing up the output.
image

How?

a parameter like:
none_alias=""
that allows me to change the None showing in the table.

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature:st.data_editorRelated to the `st.data_editor` widgetfeature:st.dataframeRelated to the `st.dataframe` elementgood first issueGood for newcomers to the codebasetype:enhancementRequests for feature enhancements or new features

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions