Racing Bar Graph Chart Video using Python | Full Tutorial | Data Visualization

Поделиться
HTML-код
  • Опубликовано: 24 сен 2024
  • #RacingGraph #Python
    Watch this step by step tutorial on how to build racing bar graph on your own without using external third party websites and create a video out of it from scratch using Python.
    In this video, we use matplotlib and pandas modules to read and plot data using Anaconda libraries in Windows 10.
    Useful links:
    1. Anaconda windows download : www.anaconda.c...
    2. Python windows download: www.python.org...
    3. Visual Studio Code Editor : code.visualstu...
    4. Link to source code: github.com/hra...
    5. Link to the completed racing graph video : • Python Racing Bar Grap...
    Also like our Facebook page for more updates: / hackjack16694
    Music Credits: ncsmusic.com
    Don't forget to subscribe!!
    how to visualize data in python
    how to learn data visualization
    how to make data visualization ranking video
    how to design data visualization
    how to do data visualization in python
    how to make racing bar graph video
    how to make racing bar graph
    how to make a racing bar graph as seen on youtube
    how to create machine learning model in python
    how to save machine learning model in python
    how to implement machine learning algorithms in python
    how to deploy machine learning model in python
    how does machine learning work
    how does machine learning algorithms work
    how does machine learning work youtube
    anaconda windows install package
    anaconda windows 10
    anaconda windows visual studio code
    matplotlib python tutorial
    matplotlib bar chart
    matplotlib python
    matplotlib install
    matplot library python
    pandas python tutorial

Комментарии • 46

  • @manishgarg6880
    @manishgarg6880 4 года назад +1

    Best video and channel support :)
    Waiting for more videos

  • @datasciencewithraghav
    @datasciencewithraghav 4 года назад

    Thank you this is what I was looking for.

  • @worldstats9761
    @worldstats9761 4 года назад +1

    Great video 👌🙌

  • @danumatv8676
    @danumatv8676 4 года назад

    I am from sri lanka. This is good tutorial. Good luck for your future❤️

  • @prasadsonar7316
    @prasadsonar7316 4 года назад +2

    Hi bro ,keep it up i am writing this comment for inspiring you to upload more interesting animation content ........... Best wishesh 💐💐💐

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад

      Thank you soo much. Your comment means alot to me. I will try my best to bring good content brother. :-)

    • @prasadsonar7316
      @prasadsonar7316 4 года назад

      @@DevelopersHubChannel how much time did you take the built this logic?

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад

      Its not hard if we know the basics of using those modules. It took around a day. I have also taken content from internet. But to learn those modules around 2 days. Even if you take code from internet, its must to understand it before using. And you also need to know about python before any of that. Share this video with whoever is interested. It will definitely help!

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад

      Watch full video of graph here : ruclips.net/video/ThJQHXUR-Ag/видео.html

  • @dpatel2747
    @dpatel2747 4 года назад

    Sir how we able to add 20 or 25 cities with variable colors . Is it possible to programme choose automatic colors for cities in excel file and also total cities mentioned in excel file.

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад

      Yes..whatever you said, it is possible with minor changes to the code i guess. You can share more details to this mail id - 404notfounddevelopers@gmail.com . Give me the exact list of what you are expecting with this type of chart. I will try to help!!!

  • @manishgarg6880
    @manishgarg6880 4 года назад +1

    GREAT TUTORIAL, everything worked fine but at last
    WHILE RUNNING -- animator.save("manish.mp4") it gives
    .
    TypeError: 'MovieWriterRegistry' object is not an iterator
    PLEASE HELP :)

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад +1

      Glad to hear from you.
      The error which you got might not be from save method but from FuncAnimation method above. Please let me know what you have as parameters for that function!?

    • @manishgarg6880
      @manishgarg6880 4 года назад

      @@DevelopersHubChannel thanks for the reply guys, everything was going well .
      i have done as you told in the tutorial
      animator = animation.FuncAnimation(fig, racing_barchart, frames=range(1500, 2019))
      animator.save("Most populated cities.mp4")
      NOT WORKING IN CONDA, installed all libraries and ffmpeg in my venv as you told .
      please help !
      can i send photo of the reeor and code somewhere ? Thanks

    • @manishgarg6880
      @manishgarg6880 4 года назад

      @@DevelopersHubChannel your code same , with ffmpeg installed in venv in VSCODE
      it shows,
      Traceback (most recent call last):
      File "original_bcr.py", line 44, in
      animator.save("Most populated cities.mp4")
      File "C:\Users\manish\.virtualenvs\project_1-EAK0JExJ\lib\site-packages\matplotlib\animation.py", line 1102, in save
      alt_writer = next(writers, None)
      TypeError: 'MovieWriterRegistry' object is not an iterator

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад

      Ok. Give us a moment. We will definitely come up with solution!

    • @manishgarg6880
      @manishgarg6880 4 года назад

      @@DevelopersHubChannel thanks guys , I am stuck , hope to get a solution soon

  • @worldstats9761
    @worldstats9761 4 года назад +1

    But use Flourish website, flourish is easier than other softwares, I use Flourish 😎😎😎

    • @AsraSideke
      @AsraSideke 4 года назад

      How do you guys record flourish videos in right aspect ratio for RUclips?

  • @shyamtitchner6140
    @shyamtitchner6140 4 года назад

    Use flourish

  • @sagarkapse2129
    @sagarkapse2129 4 года назад +1

    best video and channel!!!!
    everything worked fine but at last
    WHILE RUNNING -- animator.save("sk.mp4") it gives ValueError: unknown file extension: .mp4
    and inside jupyternotebook using this --> HTML(animator.to_jshtml()) $worked perfectly

    • @DevelopersHubChannel
      @DevelopersHubChannel  4 года назад

      Glad to hear from you. The error is because of ffmpeg not installed properly may be. Subscribe the channel if you have not done already. Thank you!

    • @sagarkapse2129
      @sagarkapse2129 4 года назад

      okk ! Thanks a lot👍

  • @danumatv8676
    @danumatv8676 4 года назад

    How we find data list? Any website??

  • @manishgarg6880
    @manishgarg6880 4 года назад

    sir just completed my chart coding, even made xkcd charts.
    please tell sir can we also make these
    ( ruclips.net/video/zUrl0Da2t64/видео.html , ruclips.net/video/ZltYvKwTvyE/видео.html ) types of video in python
    if yes then please tell how. it would be helpful in my college project which would be something different . Thanks