Build a Python Dashboard with ChatGPT Lightning Fast

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ •

  • @patrikkarlsson9523
    @patrikkarlsson9523 9 місяців тому +22

    Happy to see Andrea Pirlo flourishing in a new career.

    • @Gtv7020
      @Gtv7020 8 місяців тому +1

      Thanks. I was shocked at first. My favourite player just become my favourite teacher.

  • @eduardomanotas7403
    @eduardomanotas7403 Рік тому +8

    This is so cool! I like giving GPT, a random sample of my DF (and more info if needed, describe, info, etc), and for sure have a clear mockup of what I want to build, so I will have a clear rambling of what I want.
    Finally, I like telling chat GPT that when the updating code just send me the DELTAS(just the piece of code that changed). This is helpful to reduce the number of tokens used.

    • @Plotly
      @Plotly  Рік тому

      Thanks for watching. Glad you found it helpful, Eduardo.

  • @KarinaBrouwer-g7z
    @KarinaBrouwer-g7z Рік тому +1

    Wooow this is amazing. And a great way to understand and learning the code. Thank you for sharing

    • @Plotly
      @Plotly  Рік тому

      Thank you for watching.

  • @MakeDataUseful
    @MakeDataUseful Рік тому

    Charming! Thank you 🎉

  • @asaericsson9204
    @asaericsson9204 Рік тому +1

    Thank you so much for sharing. I learned a great deal.

  • @utica2burn
    @utica2burn Рік тому +1

    I thought there was a gif of matthew mcconaughey in the corner while you were speaking. Realized a few minutes in that it was you. I might just be slow today.

  • @catalincrisan4840
    @catalincrisan4840 11 місяців тому

    Can you set this up in such a way that someone who asks for a simple visualization based on some data it will get automatically generated in a web app? Ex. Give me a visualization of the glucose spikes ordered descendent. In your video you were copy-pasting the code... I want to automatically pickup the code an generate the visual in one step after asking the quesiton

    • @Plotly
      @Plotly  11 місяців тому

      Yes, that should be possible with LLMs. I've seen people do it with LangChain.

  • @bhco
    @bhco 11 місяців тому

    Could it be troublesome for chatgpt to parse a csv file with senstive data?

    • @Plotly
      @Plotly  11 місяців тому

      you have to be careful when you do that, so your GPT doesn't give access to other users

  • @ben5zhang
    @ben5zhang Рік тому

    nice video🎉

  • @john777308
    @john777308 Рік тому

    hi! I need help. How can i plot a histogram (bar) graph with yaxis hour and xaxis name employee in python, like excel?

    • @Plotly
      @Plotly  Рік тому

      hi John, we recommend you take a look at the examples on our histogram page: plotly.com/python/histograms/
      If that's still not clear, the best place to post your question would be on our Plotly Forum: community.plotly.com/

  • @mikecorbean9985
    @mikecorbean9985 Рік тому

    Absolutely amazing, thank you!
    Quick question (I apologize if you address this already in the video ) does this require paid versions of either chatGPT, Dash, or Plotly?

    • @Plotly
      @Plotly  Рік тому

      it does not. All is free unless ChatGPT changed their fee structure :)

  • @marcb934
    @marcb934 Рік тому +2

    Awesome

  • @shaikhmohdarif955
    @shaikhmohdarif955 Рік тому

    How can Chat GPT access the internet link of github? Is this possible?

    • @Plotly
      @Plotly  Рік тому +2

      hi Shaikh. It's possible because it's a public link. anyone can access it.

  • @tt113
    @tt113 Рік тому

    I have been using chatgpt to write dashboards for a while now. The biggest problem is it doesn't know the latest version of plotly. Do you know of anyway to get chatgpt to use the latest version of plotly?

    • @Plotly
      @Plotly  Рік тому

      That's a good observation Teng Gao. This is because ChatGPT was trained on data up to year 2021. Now sure how quickly ChatGPT is getting trained on new/current data.
      To get ChatGPT to write the latest Dash code, you would have to limit its training data to the Plotly and Dash docs, which are most up to date.

  • @yerukularaghavendra-yw6le
    @yerukularaghavendra-yw6le Рік тому

    Please can u do one video on by usunig django create dashboards with chatgpt

    • @Plotly
      @Plotly  Рік тому +2

      hi, thanks for the video suggestion. Although, django is a great library, this channel's focus is to offer content on the usage of Dash for data apps.

  • @amataratsu006-xs6hv
    @amataratsu006-xs6hv 11 місяців тому +1

    Whats the point of taking hours learning and practicing if there is a machine doing it better and faster

    • @iamsantanubanerjee
      @iamsantanubanerjee 10 місяців тому

      Human touch, tweaks and modifications, at least for now

    • @yellowlynx
      @yellowlynx 10 місяців тому +1

      The business knowledge, what data to include, how to present, stil needs human. This process at best produce the bare bones.

  • @hoangstock5995
    @hoangstock5995 Рік тому

    Good

  • @mariteredominguez9933
    @mariteredominguez9933 Рік тому

    wow

  • @et.sachin
    @et.sachin Рік тому +1

    so data scientist jobs are getting obselete

    • @Mr.Nichols
      @Mr.Nichols Рік тому +2

      Only you will be, with that mentality 😉

    • @Plotly
      @Plotly  Рік тому +3

      I Don't think so, Sachin. But their roles will change for sure.

    • @davidtoohey783
      @davidtoohey783 Рік тому +6

      Coding skills will become obsolete, but programming will not.
      In fact, the productivity of programmers should skyrocket.
      Instead of coding by keying in each line, and then messing around with debugging, they can get slabs of code from ChatGPT, and then edit it for its purpose, thus saving a LOT of time.
      This is similar to programmers going back to their old project and reusing slabs of their own code, instead they can use ChatGPT to grab old code from the internet.