Skip to content

Clarify dataframe data types when starting with empty columns#12779

Merged
sfc-gh-dmatthews merged 1 commit intodevelopfrom
docs/dataframe-number-type
Oct 13, 2025
Merged

Clarify dataframe data types when starting with empty columns#12779
sfc-gh-dmatthews merged 1 commit intodevelopfrom
docs/dataframe-number-type

Conversation

@sfc-gh-dmatthews
Copy link
Copy Markdown
Contributor

Describe your changes

Clarify how to ensure the column datatype if you start with an empty column in a data editor.

GitHub Issue Link (if applicable)

Closes #12745

Testing Plan

n/a docs only


Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

@snyk-io
Copy link
Copy Markdown
Contributor

snyk-io bot commented Oct 13, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Licenses 0 0 0 0 0 issues
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Oct 13, 2025

✅ PR preview is ready!

Name Link
📦 Wheel file https://core-previews.s3-us-west-2.amazonaws.com/pr-12779/streamlit-1.50.0-py3-none-any.whl
📦 @streamlit/component-v2-lib Download from artifacts
🕹️ Preview app pr-12779.streamlit.app (☁️ Deploy here if not accessible)

@lukasmasuch lukasmasuch added security-assessment-completed impact:users PR changes affect end users change:docs PR contains documentation change labels Oct 13, 2025
Copy link
Copy Markdown
Collaborator

@lukasmasuch lukasmasuch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@sfc-gh-dmatthews sfc-gh-dmatthews enabled auto-merge (squash) October 13, 2025 18:02
@sfc-gh-dmatthews sfc-gh-dmatthews merged commit 1ac8b23 into develop Oct 13, 2025
43 of 44 checks passed
@sfc-gh-dmatthews sfc-gh-dmatthews deleted the docs/dataframe-number-type branch October 13, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:docs PR contains documentation change impact:users PR changes affect end users

Projects

None yet

Development

Successfully merging this pull request may close these issues.

st.data_editor infers datatype int but float is expected

2 participants