How to Read Excel Files with Python (Pandas Tutorial)

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

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

  • @Claudio-gv2lz
    @Claudio-gv2lz Год назад +2

    amazing video, this was like an introduction to data analysis in a very short video, cheers

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

    Good video Dave. Let's keep it up :)

  • @Planning_Statistics
    @Planning_Statistics 5 месяцев назад

    Could you upload statistical analysis exclusively through python

  • @AarJay8587
    @AarJay8587 7 месяцев назад

    How Dave is seeing individual variable values.. ex he selects 'data' and we can see the values at right side pane.

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

    Yes, in my experience, XLSX files do not play perfectly nice with Pandas, whereas CSV files never posed a problem.

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

    hello
    sorry for my dumb question but I would like to know how did you managed that in your right panel in your VSCode the actual python code is running?

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

      Check out this video: ruclips.net/video/3sIzCFuLgIQ/видео.html

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

      @@daveebbelaar thanks!

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

    How are you inserting the comment blocks?
    # -----
    #
    # -----

    • @daveebbelaar
      @daveebbelaar  2 года назад +1

      Hey Matthew, I am using VS Code snippets for that. Check it out here → ruclips.net/video/ZaH7nEzgX7o/видео.html

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

      And here's the code:
      "Create code block header": {
      "prefix": "#",
      "body": [
      "# --------------------------------------------------------------",
      "# $1",
      "# --------------------------------------------------------------",
      ],
      "scope": "python"
      },

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

      @@daveebbelaar Thanks, you're the man!

  • @gg-zj2xq
    @gg-zj2xq 2 месяца назад

    this tutorial is just bad, u just seem to assume that everybody is intermediate to advance and u actually skip through a lot of the intermediate steps (like if u type pip install pandas into veocore u get an error), this means that anybody with basic knowledge is unable to follow through