Import JSON data to an Excel spreadsheet using Python

Поделиться
HTML-код
  • Опубликовано: 6 окт 2024
  • In this tutorial, we are going to learn how to import JSON data into an Excel spreadsheet using Python.
    PS: To interact with an Excel spreadsheet, I will be using win32com Python library, which is Windows only.
    Buy Me a Coffee? Your support is much appreciated!
    ----------------------------------------------------------------------------------------------------------------
    PayPal Me: www.paypal.me/...
    Venmo: @Jie-Jenn
    JSON Data Generator: next.json-gene...
    XlsxWriter: xlsxwriter.rea...
    Source code: learndataanaly...
    Support my channel so I can continue making free contents
    ---------------------------------------------------------------------------------------------------------------
    Patreon: / jiejenn
    By shopping on Amazon → amzn.to/2JkGeMD
    More tutorial videos on my website → LearnDataAnaly...
    Business Inquiring: RUclips@LearnDataAnalysis.org
    #Excel #Python #Tutorial #JSON

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

  • @jasonphillips3817
    @jasonphillips3817 2 года назад

    Awesome tutorial, I learned a lot!

  • @ravenheartyajaira9930
    @ravenheartyajaira9930 2 года назад

    Great! Thank you

  • @timodobie5968
    @timodobie5968 3 года назад +3

    Hey in 7:12, you insert 'tags' records if I do it with my json file my shell give back: "line 15, in
    tags = ','.join(record['tags'])
    TypeError: string indices must be integers
    I hope you can help me and thank you

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

    What if my data type returns dict, how should I proceed?

  • @tahirkamal1878
    @tahirkamal1878 2 года назад

    can you do a video about scraping data from a website with login on incognito mode, i don't know how

  • @pimalanda7893
    @pimalanda7893 3 года назад

    Hi Jie, thank you very instructive videos. What Color Theme do you use for VS Code ?

    • @jiejenn
      @jiejenn  3 года назад

      One Dark Pro + few customization.

    • @pimalanda7893
      @pimalanda7893 3 года назад

      @@jiejenn Thanx Bro, can you explain customization ? I have install One Dark Pro but I dont have the same visual. I like this red blue and yello

  • @sangeethnair4670
    @sangeethnair4670 2 года назад

    Hello, please help with this error
    number = record['number']
    TypeError: string indices must be integers

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

    hello, please tell me what to do if I have mail in one record and no mail in the other, but I want this field to be filled with a blank

  • @ahmaddanish2664
    @ahmaddanish2664 3 года назад

    hello can i ask, at minute 15:48, where do the 'enumarate' function come from? because when i run the code, it shows error saying that the 'enumarate' is not defined. pls help me thank you so much

    • @jiejenn
      @jiejenn  3 года назад

      Probably a typo. The function is "enumerate".

  • @kakaji_cloud8106
    @kakaji_cloud8106 3 года назад

    How can i get friends value id and name in separate column please help me

  • @Imran20091990
    @Imran20091990 2 года назад

    Wow

  • @basthiaanathan
    @basthiaanathan 3 года назад

    share the json file

    • @jiejenn
      @jiejenn  3 года назад

      Get your own.