TunnelError: Blocks not much, server:1,tunnelServerClient: 0

简介: PyODPS 持久化 pandas DataFrame 数据至ODPS出现 TunnelError: Blocks not much 异常

PyODPS 持久化 pandas DataFrame 数据至ODPS 异常, 异常信息 RT.


1. 持久化 Code

%persist df pyodps_pandas_df

2. 文档截图

pyodps


3. 友情提示

  • 实验 使用的 PyODPS 版本是 0.7.9
  • Tunnel上传数据报错 Blocks not match
  • 然而,仍旧不知道具体问题,如何具体分析,ORZ ... 抱头3分钟,查看异常。异常信息中会存在如下提示:

    • ValueError : could not convert string to int ... ...
    • 即,pandas DataFrame某 series 列中 存在不同类型的值,例如, 浮点型(NaN)、字符串,将该列处理为同一类型即可持久化成功。

4. 最后

  • PyODPS 用起来很方便,就是查API 文档(在线)的时候不是很方便,博主已将其整合为PDF, 搜索语法很方便。
  • 我不会告诉你,官网最新的是 0.3.12 版本(官方暂时没跟新吧,有点儿旧)
  • 下载附件,记得点赞!
目录
相关文章
|
6月前
|
应用服务中间件 nginx
【报错】Failed to start A high performance web server and a reverse proxy server.
【报错】Failed to start A high performance web server and a reverse proxy server.
522 2
|
6月前
|
SQL 关系型数据库 MySQL
SQL Error (2013): Lost connection to MySQL server at 'waiting for initial communication packet', sys...
SQL Error (2013): Lost connection to MySQL server at 'waiting for initial communication packet', sys...
167 0
|
5月前
|
SQL 运维 关系型数据库
will be dropped if server is in r-o mode问题解决
【6月更文挑战第26天】will be dropped if server is in r-o mode问题解决
132 2
|
数据库
解决server pool中没有servers的问题
某天发现数据库down了,启动,结果提示没有服务器
|
SQL BI 数据库
SQL Server 2012 The report server cannot open a connection to the report server database
案例环境:        操作系统版本:    Windows Server 2012 R2 Standard        数据库版本  :    SQL SERVER 2012 SP2 案例介绍:         今天进入一台新安装的SQL Server服务器的Reporting S...
1376 0