Comments

You must log in or register to comment.

vnjxk OP t1_jdizm4a wrote

Data extraction process:
went to the channel, scrolled all the way down and wrote a css selector to get the timestamps of each video.
after removing the first 97 (because for whatever reason they were not appearing) I got a list of time stamp, then I used python to create the graph and Photoshop with raw estimation to create the passive aggressive two minute indication

13

[deleted] t1_jdlsxxr wrote

[deleted]

3

vnjxk OP t1_jdlzufk wrote

I wanted a quick and dirty solution to express my frustration with it, I could have done a lot of things better

2

pantaloonsofJUSTICE t1_jdl1ntx wrote

Why is the red bar at 180 seconds?

10

the_knowing1 t1_jdl8tsl wrote

OP doesn't like accurate graphs, axis doesn't even start at 0 on that side. Also idk what (Size 32) in the top is supposed to mean.

I just assume it's supposed to be 120, and it may very well be.

Make a better, more accurate graph plz.

10

pickysquid t1_jdlf2y4 wrote

i suppose that 32 is the size of the averaging window OP used for their moving average

5

DoeCommaJohn t1_jdmyjg2 wrote

It’s not common in graphs, but in UI most elements don’t go to the edge of the screen (just look at reddit). Also, because this is a moving average, you wouldn’t have any data for the first 31 videos, so that could explain this.

The 32 means that the average doesn’t take every video, it only takes the 32 previous videos

2