Viewing a single comment thread. View all comments

CryptographerMain698 t1_isz1jnd wrote

It's nice to practice your skills but pie charts are in most cases a terrible choice for displaying data. Unless you have just a couple of groups.

I would rather look at a nicely formatted table than this chart.

Also if you are working with GA data, take a look at R, this package: https://code.markedmondson.me/googleAnalyticsR/index.html It's really powerful and simple to use. Also ggplot2 beats python libraries for data viz (just my opinion).

9

dptzippy OP t1_isz1o8p wrote

Thank you for your help. I really appreciate your advice. I will do some research into that R package. :)

3

CryptographerMain698 t1_isz2gwj wrote

No problem, the only tricky part is setting up your own GCP project (only necessary if you are pulling lots of data). Feel free to pm me if you decide to give it a try and I can help you set it up.

2