CryptographerMain698
CryptographerMain698 t1_isz1jnd wrote
Reply to [OC] Pie chart of the countries that visited my website during the week with the most traffic by dptzippy
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).
CryptographerMain698 t1_isz2gwj wrote
Reply to comment by dptzippy in [OC] Pie chart of the countries that visited my website during the week with the most traffic by dptzippy
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.