CorrelAid/datenguide-python

list of arguments not possible in Query (as it is in datenguide API)

Closed this issue · 2 comments

Query.add_field('BEV001').add_args({'year':[2015, 2016]})

should be possible (with multiple years as list)

I thought we could already do it. This should have high priority in my opinion.

actually, never mind. It is possible 😅 I just had an example where there was only values for one year...