buggood first issue
仓库指标
- 星标
- (2 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
When a user executes the Split Data feature more than once, the code generation repeats the X.sample and X.drop lines. This behavior might not be desired in the final Python code.
Possible solutions:
- Implement an application state to check if code was generated with the split method already.
- Implement a find and update method at the
CodeBlockclass. - Simply clear the
CodeBlockstate after each code generation.
Example:
