How to generate Reports with Python automatically - 1: Overview

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • Welcome to our new Generate Reports with Python automatically series. You'll generate an example report in different formats.
    In this Part 1 video, we'll go through an overview of the tools and create the data tables and chart for the report.
    GitHub Repo with code: github.com/lia...
    ▶️Part 1: Overview
    Part 2: Excel
    Part 3: HTML (with template) & HTML to PDF
    Part 4: PDF directly
    Technologies that will be used
    ☑️ JupyterLab (Notebook)
    ☑️ pandas
    ☑️ Jinja2
    ☑️ WeasyPrint
    ☑️ FPDF
    Links mentioned in the video
    ►To learn Python basics, FREE Python crash course: www.justintoda...
    ►To learn Python pandas basics, Python for Data Analysis with projects: www.udemy.com/...
    ►To learn HTML basics, HTML Introduction from W3 Schools: www.w3schools....
    There's also an article version of the same content. If you prefer reading, please check it out. How to generate Reports with Python (3 Formats/4 Tools): www.justintoda...
    Get access to more data science materials, check out our website Just into Data: justintodata.com/

ความคิดเห็น • 7

  • @unpatel1
    @unpatel1 2 ปีที่แล้ว +1

    Thank you for this video.

  • @imani1778
    @imani1778 2 ปีที่แล้ว +1

    Ty for this video!

  • @prakashsiriki6842
    @prakashsiriki6842 2 ปีที่แล้ว

    Hii can you please tell me how to craeate a report without any data( like from scratch)

  • @dinohsu1019
    @dinohsu1019 ปีที่แล้ว

    How do I download the notebook file? Thanks.

    • @justintodata
      @justintodata  ปีที่แล้ว

      There's a link to the GitHub page in the description

  • @aakashsalunke1536
    @aakashsalunke1536 2 ปีที่แล้ว

    what is that sp500 history ? is it csv file ?

    • @justintodata
      @justintodata  2 ปีที่แล้ว

      Hi Aakash, I believe it's a pandas DataFrame. you can always run the type function to see its type