网站更新内容:请访问: https://bigdata.ministep.cn/

读取剪贴板pantab_tableau

## 读取剪贴板数据
## 存入到数据库
from py_function_tools import odps_read_sql,write_excle,write_to_database,hive_read_sql,odps_write_dataframe
from py_function_tools import odps_write_dataframe,write_database_from_odps
import pandas as pd
df = pd.read_clipboard(sep='\t')
df.head()

import pantab
pantab.frame_to_hyper(df, "/Users/xxx/OneDrive/tab_db/im回复速度_标签.hyper", table="pantab_name")
posted @ 2021-02-19 18:02  ministep88  阅读(82)  评论(0编辑  收藏  举报
网站更新内容:请访问:https://bigdata.ministep.cn/