uvacw / inca

24 stars 6 forks source link

made timeline exporter #383

Closed damian0604 closed 6 years ago

damian0604 commented 6 years ago

Adresses #363 and makes it possible to easily create a csv of counts (e.g., number of mentions of parties over time.

Example:

myinca.importers_exporters.export_timeline(timefield = 'publication_date, queries = ['pvda','vvd'], destination = 'whatever.csv)

Of course, more advanced queries are possible