我尝试了几种将json输出从graphql转换为pandas Dataframe 的方法,但没有成功。将其转换为 Dataframe 的最佳方式是什么?
{'data': {'posts': {'edges': [{'node': {'id': '303843',
'name': 'hipCV',
'tagline': 'Create an impressive resume in minutes',
'votesCount': 71}},
{'node': {'id': '303751',
'name': 'Find Your First Frontend Job',
'tagline': "Find your dream job, even if you've been rejected many times",
'votesCount': 51}},
{'node': {'id': '303665',
'name': 'Epsilon3',
'tagline': 'The OS for spacecraft and complex operations',
'votesCount': 290}}]}}}
1条答案
按热度按时间mefy6pfw1#
尝试:
df的输出: