Hmm, interesting. I've been doing it (very slowly) the naiive way, by querying everything through RPC calls to the Bitcoin Core client. Should be done by next month if I'm lucky.

FYI, another client such as
https://bitcore.io/ have better performance. You might be interested if you need real-time data update.
But probably slower than access the database or CSV directly.
Well, i don't know how you want or can use it at all. For me, i just wrote some bits python down to write every address i find in the original csv in to a database table..
--snip--
That's exactly what i need (an example), thanks

I gonna parse from my own full-nodes chainstate though since my connection isn't fast
So, is there any demand for regular exports of this data?
AFAIK, no. Even Bitcoin's blockchain torrent isn't as "hot" as few years ago.