Im trying to setup situation where users of application can do statistical analysis of data.
There are 3 tables, users, exams, polls
I should have gui to build custom queries, like these:
users born between 1930 and 1940, that have 3 exams taken; show name, surname, group by age of person
count of users born 1945 that have not taken poll grouped by reason;show count,reason
Language of choice is python, django. If anyone has experience or can recommend some python package that would make my job easier I'd be greatful.