InseeFrLab / pynsee

pynsee package contains tools to easily search and download french data from INSEE and IGN APIs
https://pynsee.readthedocs.io/en/latest/
MIT License
67 stars 9 forks source link

get_local_data with the latest data option on popleg does not work #154

Closed hadrilec closed 1 year ago

hadrilec commented 1 year ago
pop = get_local_data(dataset_version='POPLEGlatest',
                       variables =  'IND_POPLEGALES',
                       nivgeo = 'COM',
                      update=True,
                       geocodes = '75056')
hadrilec commented 1 year ago

solved by #157