1#ifndef DADIALOGDATAFRAMECOLUMNCASTTONUMERIC_H
2#define DADIALOGDATAFRAMECOLUMNCASTTONUMERIC_H
5#include "DADialogPythonArgs.h"
9class DADialogDataframeColumnCastToNumeric;
23 pybind11::dict getArgs()
const override;
24 QString getArgErrorsValue()
const;
25 QString getArgDowncastValue()
const;
28 Ui::DADialogDataframeColumnCastToNumeric* ui;
针对da_dataframe.da_cast_to_num函数的参数设置对话框
Definition DADialogDataframeColumnCastToNumeric.h:17
用于维护python args的基类dialog
Definition DADialogPythonArgs.h:12
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44