type
Post
status
Published
date
Sep 6, 2024 15:41
slug
summary
tags
yuhanboxl文档
global_functions
数据处理
category
global_functions
icon
password
用途说明
读取指定 SQLite 数据库文件中的指定表,并将表数据以 Pandas DataFrame 格式返回。
参数
database_path(str): SQLite 数据库文件的路径。
table_name(str): 要读取的表的名称。
用法
调用
get_table(database_path, table_name) 获取指定数据库表的数据。



