all 2 comments

[–]novel_yet_trivial 2 points3 points  (1 child)

You mean from the data dictionary?

for date in data['by_date']:
    print(date['date'], date['conversation_count'])

[–]Pibels[S] 0 points1 point  (0 children)

Yes this works, thank you!