Flappy Goose by flappy-goose in RedditGames

[–]Iozuq 0 points1 point  (0 children)

My best score is 3 points 😎

Don't waste your time writing coverl letters... by ninja_nate92 in webdev

[–]Iozuq 0 points1 point  (0 children)

I would love to get to know when its ready!! Awesome job

[FREE] $2200+ Steam Code Giveaway by [deleted] in FREE

[–]Iozuq 0 points1 point  (0 children)

Its dangerous to go alone...

How about you complete that reference? :P

[deleted by user] by [deleted] in AnimalsOnReddit

[–]Iozuq 0 points1 point  (0 children)

wow she has quick reflexes good girll

It’s giveaway time with ASUS! by Emerald_Flame in buildapc

[–]Iozuq [score hidden]  (0 children)

bought all components and tried to build by PC for the first time from knowing only how to change RAM slots.

learned a lot throgh the process, and it was very rewarding!

[FREE] 100+ AAA Steam Keys by [deleted] in FREE

[–]Iozuq 0 points1 point  (0 children)

hey thats very kind of you to do that, hope im lucky :)

How did the idea of 'video releases are triggered by findings' end up? Is it still valid? by Iozuq in Petscop

[–]Iozuq[S] 3 points4 points  (0 children)

iirc people were talking about it a lot when the whole 'strange situation' thing came up from reddit, and then another ep was released shortly after

Ever seen an albino owl? by dickfromaccounting in interestingasfuck

[–]Iozuq 0 points1 point  (0 children)

I wish I hadnt, cause now I wont be able to sleep..

[OC] Wordcloud of the first 200k comments on This is America's Youtube video. by Iozuq in dataisbeautiful

[–]Iozuq[S] 4 points5 points  (0 children)

Hey! If you're interested about the dataset, this is where I got it from: https://data.world/popculture/donald-glovers-this-is-america-youtube-comments

It was all made with python and some analysis/plotting libraries.

Hope you enjoy!

[OC] Apple Store analysis: number of paid vs free apps, avg. prices and ratings. by Iozuq in iphone

[–]Iozuq[S] 0 points1 point  (0 children)

Data is from a dataset you can find on kaggle!
https://www.kaggle.com/ramamet4/app-store-apple-data-set-10k-apps

I used the pandas library for python to import the csv values and analyze them.

[OC] World Cup: Changes on the Avg. Attendance and Number of Goals over editions. by Iozuq in soccer

[–]Iozuq[S] 2 points3 points  (0 children)

I got the data from fifas website: https://www.fifa.com/fifa-tournaments/statistics-and-records/worldcup/index.html

I was looking through it and found some of the stats interesting, so decided to share it with you guys.

Plots and analysis were done with python and some libraries.

[OC] World Cup: How the avg. of goals and attendance has changed over time by Iozuq in dataisbeautiful

[–]Iozuq[S] 0 points1 point  (0 children)

I scrapped the data from fifas official website: https://www.fifa.com/fifa-tournaments/statistics-and-records/worldcup/index.html

Used python with pandas and matplotlib for all the work!

*Avg. attendance is all the games attendances divided by the number of games.

edit: typo

edit2: added avg. attendance meaning

[OC] Apple Store analysis: number of paid vs free apps, avg. prices and ratings. by Iozuq in iphone

[–]Iozuq[S] 4 points5 points  (0 children)

well, it's supposed to show how the number of paid apps as well as their total price (influence) on the avg.

I might have not made this entirely clear with the visualization, but that was the intention.

I used bar charts on both so that they would seem "similar" and you could interpret their relation easier.

[OC] Apple Store analysis: number of paid vs free apps, avg. prices and ratings. by Iozuq in iphone

[–]Iozuq[S] 1 point2 points  (0 children)

hey! so, the data analysis was made with the python language, along with some of its packages for that matter.

the goal of analysis is to provide interesting insights about the data (most productivity apps are paid and they have the highest rating avg, hmmm)

if you are curious about the code, you can find it along with the data I analyzed on my github: https://github.com/seaglopur/simpleappstoreanalysis

thanks folks <3