How to Read Excel Files with Python (Pandas Tutorial)

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 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 3 місяці тому

    Could you upload statistical analysis exclusively through python

  • @AarJay8587
    @AarJay8587 5 місяців тому

    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 6 місяців тому

    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  6 місяців тому +1

      Check out this video: ua-cam.com/video/3sIzCFuLgIQ/v-deo.html

    • @tiborszekeres5798
      @tiborszekeres5798 6 місяців тому

      @@daveebbelaar thanks!

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

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

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

      Hey Matthew, I am using VS Code snippets for that. Check it out here → ua-cam.com/video/ZaH7nEzgX7o/v-deo.html

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

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

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

      @@daveebbelaar Thanks, you're the man!

  • @gg-zj2xq
    @gg-zj2xq 14 днів тому

    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