PyGWalker - Python Data Visualization tool / Streamlit Integration

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024

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

  • @lukasuhl1616
    @lukasuhl1616 2 месяца назад +1

    So I am cashing out $1000 per year for Tableau and this is free and more comfortable to use. Amazing!

  • @revolution77N
    @revolution77N 8 месяцев назад

    This is amazing. Thank you!!

  • @sz8558
    @sz8558 6 дней назад

    Looks like a great tool...Wish it worked for me...seems highly tedious with labextensions etc

  • @merasathi77
    @merasathi77 8 месяцев назад

    import pygwalker as pyg
    import pandas as pd
    import streamlit.components.v1 as components
    import streamlit as st
    df = pd.read_csv('US_House_Price.csv', encoding='Latin-1')
    # Adjust the width of the stremlit page
    st.set_page_config(
    page_title="Use Pygwalker In Streamlit",
    layout="wide"
    )
    # Add Title
    st.title("Use Pygwalker In Streamlit")
    # Genrate the HTML using Pygwalker
    pyg_html = pyg.walk(df, return_html=True)
    # Embed the html into the streamlite app
    components.html(pyg_html, height=1000, scrolling=True)
    this code working for me thank you

  • @serkangulten
    @serkangulten Год назад

    thanks for this video . what about the django integration ? are you thinking to prepare video about it? it would be great.

  • @silkogelman
    @silkogelman Год назад +4

    Thanks for introducing me to this library! 🙏😀
    Looks interesting, and great that integrating it with Streamlit is so easy.

    • @bugbytes3923
      @bugbytes3923  Год назад

      Thanks Sil! Yeah, interesting tool for data analysis!

  • @ticelsoful
    @ticelsoful Год назад +1

    Wonderful tutorial. Would it be possible to run this through VSCode and have Pygwalker appear within the browser? Since I attempted it and it only shows up in the console without opening the browser.

  • @geoffbeier
    @geoffbeier Год назад +2

    Minnesota is quite far from the south of the USA :)…
    Thanks for showing off a useful thing I’d never heard of before. Nice work.

    • @bugbytes3923
      @bugbytes3923  Год назад +2

      Haha oh dear. I think I had Mississippi in mind... 😁
      And thank you!

    • @TheMaxKids
      @TheMaxKids Год назад

      MN - Land of the Ice Banjos

  • @lukelewis9927
    @lukelewis9927 Год назад +2

    I was taking a certification class that used Tableau, and I like this much better.

    • @bugbytes3923
      @bugbytes3923  Год назад

      Nice to hear - it's good that an open-source alternative can compete, I think!

  • @60pluscrazy
    @60pluscrazy 9 месяцев назад

    Wow 🎉

  • @PKX1167
    @PKX1167 Год назад +1

    Excelent video and explanation. Really looks like tableau.
    But does it have also the map feature like tableau to use whit latitude and longitude?

    • @bugbytes3923
      @bugbytes3923  Год назад +1

      Thanks! I'm not sure about that one to be honest, but I'll have a look into that and maybe do a very short follow-up if it's possible.

    • @PKX1167
      @PKX1167 Год назад

      @@bugbytes3923 Does PyGWalker can only be used in Júpiter and others, but not in PyCharm?

  • @Ego_Maritm
    @Ego_Maritm Год назад +1

    Awesome video bro, thank you.

  • @taylorkara9764
    @taylorkara9764 Год назад

    Hi, i would like to ask whether it is possible to do a stacked bar chart with pygwalker?

  • @pietraderdetective8953
    @pietraderdetective8953 8 месяцев назад

    Looks interesting! is there a Javascript version for this library? everything dataviz I like to use the JS ver if available as I can use it via CDN, no need to pip install.

    • @bugbytes3923
      @bugbytes3923  8 месяцев назад +1

      I'm not familiar with a JavaScript version unfortunately

  • @LookNumber9
    @LookNumber9 10 месяцев назад

    Superb, as usual! Thank you for introducing me to this library. I'd much rather use this than PowerBI. :)

    • @bugbytes3923
      @bugbytes3923  10 месяцев назад

      Thanks a lot - and yeah, same! :D

  • @fernandtape9363
    @fernandtape9363 Год назад

    Thanks again for this valuable content.
    This pygwalker could be a god choice to build an interactive dashboard in django?

    • @bugbytes3923
      @bugbytes3923  Год назад

      Thank you! Will definitely need to explore its potential with Django!

  • @CarlosArranz-b1v
    @CarlosArranz-b1v Год назад

    works fine on a jupyter notebook but not in streamlit, i get a inotify watch limit reached error and if i try to change the filewatcher ype the server runs but it bugs out like its on an infinite loop

    • @bugbytes3923
      @bugbytes3923  Год назад

      I didn't encounter this tbh, but this may help:
      discuss.streamlit.io/t/oserror-errno-24-inotify-instance-limit-reached/5506

  • @farzadmf
    @farzadmf Год назад

    SUPER interesting, thank you!

  • @ishmaelsarpongasiedu6727
    @ishmaelsarpongasiedu6727 8 месяцев назад

    One of my best youtubers. Great work

  • @diegoandradex12
    @diegoandradex12 11 месяцев назад

    Great tutorial! This tool is quite simple to use!

  • @DHoss83
    @DHoss83 Год назад +4

    As someone who works a lot with PowerBi, this is fantastic!