raise valueError( “Protocol not known: %s“ % protocol)
程序员文章站
2022-05-26 15:13:57
...
此问题可能是因为pandas版本过高导致。
建议使用以下方法可解决问题。
from io import StringIO
import pandas as pd
newdf = pd.read_json(StringIO(temp))
上一篇: 1251 - Client does not support authentication protocol 解决办法
下一篇: Python requests报错解决办法:Max retries exceeded with url/Name or service not known
推荐阅读
-
springboot+mysql+ SSLHandshakeException: No appropriate protocol is disabled cipher+state 08S01
-
tensorflow中TFRecord数据协议缓存区报错:ValueError:Protocol message Feature has no "features" field
-
raise valueError( “Protocol not known: %s“ % protocol)
-
调试错误:ValueError: Protocol message Feature has no "feature" field.
-
pandas 1.1.3读取json报错ValueError: Protocol not known解决办法