Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 Rest API 中提取数据,而 Jupyter Notebook 一直需要永远运行或返回内存错误。昨天花了一段时间加载但工作。现在它根本不起作用。
import pandas as pd import json from io import StringIO newdf= response.text df = pd.read_json(StringIO(newdf),lines = True)