with open(files_path+'/tweets.json.2019-01-15.txt') as f: string=f.read() data=json.loads(string) tweet_df=pd.DataFrame(data) print(tweet_df).
確定! 回上一頁