Skip to content

fix: 转换导入数据列名为字符串以避免UI层问题#228

Closed
seer-by-sentry[bot] wants to merge 1 commit into
masterfrom
seer/fix/import-column-names-to-string
Closed

fix: 转换导入数据列名为字符串以避免UI层问题#228
seer-by-sentry[bot] wants to merge 1 commit into
masterfrom
seer/fix/import-column-names-to-string

Conversation

@seer-by-sentry

@seer-by-sentry seer-by-sentry Bot commented May 8, 2026

Copy link
Copy Markdown
Contributor

Fixes SECRANDOM-AS. The issue was that: DataFrame column names are integers, but code attempts access using string representations from UI, causing KeyError.

  • 将所有导入数据的列名转换为字符串类型。
  • 避免因整数列名与UI层期望字符串不匹配而导致的问题。

This fix was generated by Seer in Sentry, triggered by wsxyt. 👁️ Run ID: 1259156

Not quite right? Click here to continue debugging with Seer.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants