In Python3 and pandas I have a series with lists. In each line of the series there is a list, with dictionaries inside. It was obtained from a file:
import pandas as pd
geral = pd.read_csv("mandados_12_abr_2018_RJ.csv",sep=';',encoding = 'lat...
asked by
13.04.2018 / 14:53