DataDaft
DataDaft
  • 231
  • 12 412 337
Data Visualization Tier List: Rating 50 Common Graphs
Tier list of 50 common data visualization techniques. Ratings are based upon how useful each plot is for data analysis.
As a tier list, the rankings here are subjective based on my opinions and experience. Also note that this is not an exhaustive list of data visualization techniques: I chose 50 of the more common data visualizations that I see and use, but I may not have included some of your favorites!
Thanks to all the subscribers for contributing to the channel's success in reaching 20,000 subs!
Note: This tier list was made via custom HTML and is therefore not reproducible or sharable as a template.
zhlédnutí: 4 723

Video

100M Olympic Medal Winning Times (1896-2020)
zhlédnutí 2,4KPřed 2 lety
This plot shows the finishing times of Olympic medalists (Men and Women) in the 100 Meter dash over time. World records lines are included as a reference point. Note that wind-aided finishing times faster than the world record may occur. * The name for the 2020 Men's gold winner should be Lamont JACOBS (I used his middle name Marcell by mistake while trying to get the video out as soon as possi...
Naruto Power Levels Over Time (1 Second = 1 Episode)
zhlédnutí 52KPřed 2 lety
Naruto power levels from Naruto 1 through Shippuden 500. Every episode is displayed for approximately 1 second. Note that the video only shows power levels relevant to the current timeline (does not include flashbacks) and it skips long spans of filler episodes. Also note that the video shows a character’s current power level. This means a character that is strong but exhausted, injured or supp...
How To Use yield in Python
zhlédnutí 13KPřed 3 lety
This video shows the basics of using the yield keyword to create generator functions in Python. Code used in this video is available in the description below. Video on the basics of generators and generator expressions: czcams.com/video/RvQkEaBMTJc/video.html&ab_channel=DataDaft
How to Use Generator Expressions in Python
zhlédnutí 3,2KPřed 3 lety
This video goes over the basics of generators and generator expressions in Python. Generators are a useful way for creating sequences of values without storing the values in memory. Video on using yield to make generator functions: czcams.com/video/XBRlAxdUWDc/video.html&ab_channel=DataDaft Code used in this video is available in the pinned comment below.
How to Use **kwargs in Python
zhlédnutí 2,6KPřed 3 lety
This video goes over the basics of using the kwargs construction in Python to allow a function to take any number of named arguments. Code used in this video is available in the comments below!
How to Use *args in Python
zhlédnutí 4,8KPřed 3 lety
This video goes over the basics of using the *args construction in Python to allow a function to take any number of unnamed arguments. Code used in this video is available in the comments below!
How to Make (Define) a Function in Python
zhlédnutí 23KPřed 3 lety
This video shows the basics of making and calling functions in Python and supplying functions with default arguments. Code available in the pinned comment below!
How to Use enumerate() in Python
zhlédnutí 41KPřed 3 lety
Code available in comment below! This video shows the basics of how to use enumerate() in Python. enumerate() is useful for looping through data structures like lists while having access to each index and the corresponding value for each iteration of the loop. characters = ["Krillin","Goku", "Vegeta", "Gohan", "Piccolo"] # enumerate() returns a sequence of (index, item) tuples list(enumerate(ch...
Python Programming Practice: LeetCode #5 -- Longest Palindromic Substring
zhlédnutí 9KPřed 3 lety
This episode of Python Programming Practice shows two approaches to LeetCode #5 Longest Palindromic Substring leetcode.com/problems/longest-palindromic-substring/ This is a medium difficulty problem. Note that the intent of this series to help viewers think through approaches to problems, not to provide copy/paste access to code that will pass LeetCode tests.
How To Make a While Loop in Python
zhlédnutí 1,3KPřed 3 lety
This video describes the basics of making while loops in Python. Code available in the comments below!
How to Make a For Loop in Python
zhlédnutí 1,7KPřed 3 lety
This video explains the basics of for loops in Python including looping over lists, numerical ranges, the continue keyword and the break keyword.
Game of Thrones: Balance of Power Over Time
zhlédnutí 1,2KPřed 3 lety
Data visualization showing the balance of power in Game of Thrones over time . "Balance of Power" in this video essentially means how far a given character is from sitting on the iron throne at any point in time. Note that for all characters other than those actually sitting on the throne, the ranking is subjective. I gave strong precedence to characters with a valid claim to the throne based o...
Python Programming Practice: LeetCode #6 -- ZigZag Conversion
zhlédnutí 12KPřed 3 lety
This episode of Python Programming Practice shows two approaches to LeetCode #6 ZigZag Conversion leetcode.com/problems/zigzag-conversion/ This is a medium difficulty problem. Note that the intent of this series to help viewers think through approaches to problems, not to provide copy/paste access to code that will pass LeetCode tests.
How to Generate Sequences in R
zhlédnutí 1,1KPřed 3 lety
This video shows how to do basic sequence generation in R. Code used in this video is available in the pinned comment below!
How to Select a Column in R
zhlédnutí 4,8KPřed 3 lety
How to Select a Column in R
How To Use rep() in R
zhlédnutí 2,9KPřed 3 lety
How To Use rep() in R
Python Programming Practice: LeetCode #20 -- Valid Parentheses
zhlédnutí 9KPřed 3 lety
Python Programming Practice: LeetCode #20 Valid Parentheses
Python Programming Practice: LeetCode #17 -- Letter Combinations of a Phone Number
zhlédnutí 7KPřed 3 lety
Python Programming Practice: LeetCode #17 Letter Combinations of a Phone Number
Python Programming Practice: LeetCode #13 -- Roman to Integer
zhlédnutí 13KPřed 3 lety
Python Programming Practice: LeetCode #13 Roman to Integer
Python Programming Practice: LeetCode #69 Sqrt(x)
zhlédnutí 9KPřed 3 lety
Python Programming Practice: LeetCode #69 Sqrt(x)
Python Programming Practice: LeetCode #66 -- Plus One
zhlédnutí 4,2KPřed 3 lety
Python Programming Practice: LeetCode #66 Plus One
Python Programming Practice: LeetCode #58 -- Length of Last Word
zhlédnutí 2,7KPřed 3 lety
Python Programming Practice: LeetCode #58 Length of Last Word
How To Get Absolute Values in Python
zhlédnutí 7KPřed 3 lety
How To Get Absolute Values in Python
How To Use all() and any() in Python
zhlédnutí 15KPřed 3 lety
How To Use all() and any() in Python
How To Use zip() in Python
zhlédnutí 6KPřed 3 lety
How To Use zip() in Python
How To Use map() in Python
zhlédnutí 8KPřed 3 lety
How To Use map() in Python
Algorithms Explained: Memory Complexity
zhlédnutí 1,9KPřed 3 lety
Algorithms Explained: Memory Complexity
Algorithms Explained: Computational Complexity
zhlédnutí 24KPřed 3 lety
Algorithms Explained: Computational Complexity
Algorithms Explained: What is an Algorithm?
zhlédnutí 2KPřed 3 lety
Algorithms Explained: What is an Algorithm?

Komentáře

  • @elnidax_5081
    @elnidax_5081 Před 3 hodinami

    I don’t get why people make up power levels, it was sgood until I saw the androids as strong as Gokus confirmed base vs frieza and frieza literally states in his second form his power is over 1 million why is his 4th form so weak

  • @timimmink7
    @timimmink7 Před 4 hodinami

    ITS OVER 9000!!!

  • @kristis3755
    @kristis3755 Před 12 hodinami

    Random numbers - go!

  •  Před 21 hodinou

    The ssj math is wrong. The multiplier is x50 or x60, so 1 million power is wrong.

  • @designgoat2023
    @designgoat2023 Před 22 hodinami

    My man thank you SO much for being such an amazing teacher! 🙌

  • @Battsy-mm1nz
    @Battsy-mm1nz Před dnem

    Everyone knows Popo is by far the strongest. Lol

  • @TheMouseJerry-du1md

    Thank you for sharing the videos. keep going and I'm purely subscribing to your channel just for leet code problems in python.

  • @mehboobahmad9036
    @mehboobahmad9036 Před 2 dny

    7:25 world 2 towers: ima head out see ya

  • @Lucoski77
    @Lucoski77 Před 2 dny

    I don't understand why you put Temari and Kankuro above Neji and Rock Lee after the Chunin Exam and also at the beginning of Shippuden

  • @Lucoski77
    @Lucoski77 Před 2 dny

    Rosinante 271 panels in 5-10 chapters ? How is that possible ? Or even Don Krieg 354 ?

  • @yahianad
    @yahianad Před 3 dny

    I did not get the difference between the single and double brackets !

  • @Lucoski77
    @Lucoski77 Před 3 dny

    4:13 how in episode 99 Frieza was 2.4 million and S.s. Goku 2 million, but in ep 102 Goku has 1.5 million and Frieza 1.2 million

    • @Lucoski77
      @Lucoski77 Před 3 dny

      Also Trunks only 1.8 millions impossible considering he was far superior than Frieza

  • @jonesy9314
    @jonesy9314 Před 5 dny

    Just got through all of super. Can someone explain how Kefla is so high on the list at SSJ2? because she's fused? She's beating out golden Frieza you gotta be kidding me.. these chicks only just learnt how to go super Saiyan.

  • @nuancecontraire
    @nuancecontraire Před 5 dny

    Well this is wrong. Frieza’s power is 1 million in his 2nd form, and his final form max is 120M. Goku hits 150M in ssj against him. You’re 2 decimal places behind.

  • @corydunaway
    @corydunaway Před 5 dny

    This is terribly inaccurate

  • @Orewastaken
    @Orewastaken Před 6 dny

    Jiren being at 200m when SSJ Goku in the saiyan saga was 150m moment

  • @kaverichetia730
    @kaverichetia730 Před 6 dny

    Very helpful content, thank you so much !

  • @dash_ic5009
    @dash_ic5009 Před 6 dny

    I like how even in super he does reasonable power scaling. Because most videos say goku base is 128B+ and uio is 4 septillion. This video feels more reasonable for some reason.

  • @blizzart9191
    @blizzart9191 Před 7 dny

    Where are the scouters when you need them...

  • @blizzart9191
    @blizzart9191 Před 7 dny

    Two big things, I noticed. 1. When was piccolo that strong through the frieza and cell saga? He was way too high for a way too long time up there. 2. Placing whis on 220m slightly above beerus with 200m and then later jiren and goku to over 400m+ is a little bit miscalculated... Whis will still be stronger than goku and jiren, even in their ultimates. I mean cmon, broly was no enemy for him, and he one shotted beruus one time to stop him casually.

  • @CindyLaquidara
    @CindyLaquidara Před 7 dny

    Thank you so much. I kept trying a far more complicated method without success. I followed your clear instructions and voila .

  • @tobin4604
    @tobin4604 Před 7 dny

    Can you post the titanic data from the video so I can better follow along?

  • @samuelwall4750
    @samuelwall4750 Před 8 dny

    He does realize the 2nd form Frieza was stated to have a power level of over 1 million, but this guy listed final form as around 500k

    • @samuelwall4750
      @samuelwall4750 Před 8 dny

      And I have to mention first form Frieza had a power level of around 500k so this guy really didn’t know what he was talking about after the saiyan saga

  • @xeric1953
    @xeric1953 Před 8 dny

    Even 0.25x speed was almost not slow enough

  • @danefoster5452
    @danefoster5452 Před 9 dny

    Why would piccolo be stronger than goku and vegeta during the world tournament saga just before buu saga kicks in?

  • @bluecircle2861
    @bluecircle2861 Před 9 dny

    This is false friezas weakest form had 530k and his final form 6m and final form 100% is 130m base goku was 3m and ssj was 150m

  • @WhyYouAskingMe
    @WhyYouAskingMe Před 9 dny

    No one is above Mr. Popo

  • @revanamell1791
    @revanamell1791 Před 10 dny

    Can't be right. In Raditz episode an ordinary farmer has a power of 50.

  • @vmthelegend5140
    @vmthelegend5140 Před 11 dny

    Well not an easy task, some mistakes the DB chart was good though

  • @TDMac11
    @TDMac11 Před 11 dny

    Thanks so much for this, I typically use SQL but have to take a CodeSignal assessment and Python is my best option. I've been watching so many videos and none seem to click but yours have. I'm going to go through all of your leet code examples and hopefully it clicks.

  • @matheusg.4953
    @matheusg.4953 Před 11 dny

    SSJ Trunks beat the shit outta Second Form Cell and is bellow him in the graphic.

  • @paulo.dos.santos073
    @paulo.dos.santos073 Před 12 dny

    It looks like those mobile idle games

  • @isaiahnoll201
    @isaiahnoll201 Před 13 dny

    How did you get the confirmed power levels completely wrong?

  • @DeshBhakt588
    @DeshBhakt588 Před 13 dny

    def getindex(n,lis): for i in lis: If n - i in lis: return[lis.index(i),lis.index(n-i)] Just reduced number of line

  • @JoeyZero123
    @JoeyZero123 Před 13 dny

    Why is everyone just ignoring how awfully inaccurate this video is? Pretty much every power level is wrong.

  • @mee091000
    @mee091000 Před 15 dny

    Why do people still watch these horrendously inaccurate power bar videos?

  • @theraubyreport
    @theraubyreport Před 16 dny

    My boy Tienshinhan is consistent & underrated. What a legend!

  • @kunaldewangan2876
    @kunaldewangan2876 Před 16 dny

    "Either frieza hits me too hard that I'm in delusional coma or .. POWER LEVELS ARE BULLSHIT"

  • @utkuceylan2309
    @utkuceylan2309 Před 17 dny

    Thank you for your effort man real real helpful

  • @NeerjaJhamb
    @NeerjaJhamb Před 19 dny

    thanks

  • @mike12346
    @mike12346 Před 21 dnem

    You are an absolute legend! I got proud one day when I made a ln Excel database that crashed the PC, then someone showed me Access and I felt a bit ill. Can't be put off the "coding" fear any longer...

  • @kicreati4632
    @kicreati4632 Před 22 dny

    I'm a student of Computer Science Engineering, I have strong faith in my programming skills not because I'm a genius or something but because I don't take any module or lesson of coding lightly, I understand that every little explanation about the most trivial topics is an experience that cannot be gained simply by just skimming or thoroughly scanning it. Learn not Study, this that's what my middle school teacher taught me and that stuck with me, now I'm grateful that I can grasp and comprehend any language with ease just because I paid attention when I was younger

  • @Firemarioflower
    @Firemarioflower Před 23 dny

    2:26 How did Goku get so powerful suddenly? That makes no sense

  • @GalacticCenterOG
    @GalacticCenterOG Před 24 dny

    Idk about that. A lot of those powers seemed well off from what they originally are.

  • @UrbanArmada
    @UrbanArmada Před 25 dny

    Power levels will never not be an absurd concept. One guy has a slightly higher PL? He can tank a huge energy blast. Slightly lower PL? He gets obliterated.

  • @user-zs7mu4oq8e
    @user-zs7mu4oq8e Před 27 dny

    thank you

  • @avneeshp350
    @avneeshp350 Před 27 dny

    Hindu Temples (many over 1000yrs left the chat..) *Ranganathaswamy Temple, Srirangam* The Tallest Temple (gopuram) Is 236m --One can easily see the coast of Sri Lanka from the top of the gopuram. This temple is about 700 yrs old!! You guys only now how to include churches & pyramids but these temples are way older..

  • @JoyChege-pp6tp
    @JoyChege-pp6tp Před 27 dny

    Love❤

  • @MonoPod_DD
    @MonoPod_DD Před 29 dny

    Who else freaked out when Goku's power level reached over 9000?

  • @Gambit696
    @Gambit696 Před 29 dny

    If you are new to the series just a heads up power levels are bullshit