只需粘贴你的 insert SQL 语句或将 SQL 文件拖放到 数据源 的 Textarea 中,它将立即执行转换的魔力。
你可以通过 表格编辑器 像 Excel 一样在线编辑你的数据,所有的更改将实时转换为 Pandas DataFrame。
Just copy the generated pandas data frame code in Table Generator, and paste it into your Python script for testing.
提示:你的数据是安全的,转换完全在你的网络浏览器中完成,我们不会存储你的任何数据。
SQL 表示结构化查询语言。它用于存储、检索、管理和操作关系数据库管理系统(RDMS)中的数据。
Pandas DataFrame is a data structure in Python that is part of the pandas library. It is designed for data manipulation and analysis, providing labeled axes (rows and columns).