Raw Data Export - tool recommendations

I’ve been using Python for some simple analysis of Raw Data Exports but it doesn’t feel like a good approach. I feel like I’m implementing basic functions that have already been done many times by more skilled people.

Can anyone recommend a tool / online platform for further exploration?

What I’m looking for is to upload & ingest RDE data, and then to do analysis like I would in the Unity Analytics Data Explorer, but without some of the limitations of that interface.

I’ve looked at Google BigQuery but the learning curve looks too steep.

This might help. You could use MySQL or other db, instead of Couchbase https://support.unity.com/hc/en-us/articles/115004052703-Advanced-Queries-with-Unity-Analytics-and-Raw-Data-Export

Thanks, I gave that a try and was able to do similar analysis to what I’m doing now. However, to do time-based analysis of things such as retention, or segments, would seem to involve manual programming equivalent to what I’d do in Python, which I’m more familiar with.