Posts by Jayson Reis • 101 points
1 post
-
0
votes1
answer80
viewsA: Problems with dictionaries and lists - python
You can do it: datas_publicacao = [e['fields']['publicacao'] for e in datas['records']] and the return will be: ['2018-01-22', '2018-01-29', '2017-10-16', '2018-02-05', '2017-10-23', '2017-11-20',…