1
I am doing a thesis project on modelling Bitcoin blockchain data, but atm I am having trouble getting data from the Bitcoin blockchain into a format that is easy to deal with in e.g. Python.
I have all data from Bitcoin Core, do you know a way to aggregate the data, into a format that would give an idea about users balance or something like this?
If you have ever done a similar project, I am very interested in what you have done in the preliminary phases! Thanks.

Address balance is possible but, user balance is not. – Willtech – 2018-03-06T10:33:18.850
I've seen work, where the base their userID's on probabilities that addresses are the same user. This way it is possible to (with some probability) estimate the number of users and thereby the balances of specific users.
It was something like this I was thinking about. – MartJohn – 2018-03-06T15:27:45.463