PE averager for csv data
Ok, I’ve been wanting to get back into programming with C++ anyway, so I figured why not start with something that isn’t that crazy. I am going to make a program which will take all the csv data on the PE Statistics part of the site and have it create a .txt or something like it that shows the averages, min/max, etc. (Most likely ASCII, I’m not interested in making this any more complicated than it’s already going to be)
But I need help planning what data to have it show. Obviously I think a Average should be shown, along with a break down like we see in here. But what else would be handy to be shown? And what would be the easiest way to read it? At this point I’ll take any suggestions and start prioritizing things.
If this needs to be moved to a different section, please do mods… I figured it was applicable here. Or maybe it isn’t until I’m done :)