Excel Users: What You NEED to Learn for Python in Excel!

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

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

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

    --------------------------------------------------------------------------------------------
    MY FREE PYTHON CRASH COURSE ON RUclips
    --------------------------------------------------------------------------------------------
    📺 Part 1 - Introduction
    ruclips.net/video/gtnwA24-N5s/видео.html
    📺 Installing Anaconda Python on Windows
    ruclips.net/video/BFTEA9Jt7hI/видео.html
    📺 Installing Anaconda Python on Mac
    ruclips.net/video/AX40aqRVlAw/видео.html
    📺 Part 2 - What is Python?
    ruclips.net/video/R5HV1XWBV3g/видео.html
    📺 Part 3 - Using Jupyter Notebooks
    ruclips.net/video/5wibG8wOXB8/видео.html
    --------------------------------------------------------------------------------------------
    FREE DATA SCIENCE CRASH COURSES
    --------------------------------------------------------------------------------------------
    If you're ready to see what Python skills make possible, be sure to check out my FREE on-demand data science crash courses!
    Here's what you get with any of these courses:
    1 - On-Demand: Watch the course when it fits your schedule
    2 - PDF of all slides
    3 - All Python code as a Jupyter Notebook
    4 - All data so you can experiment
    5 - Resources to continue your learning.
    Data science with Python. You've got this if you want it:
    💻 Decision Trees with Python:
    bit.ly/DecisionTreesWithPython
    💻 Tuning Decision Trees with Python:
    bit.ly/TuningDecisionTreesWithPython
    💻 Logistic Regression with Python:
    bit.ly/LogisticRegressionWithPython
    💻 Cluster Analysis with Python:
    bit.ly/ClusterAnalysisWithPython

  • @theautisticside
    @theautisticside 2 месяца назад +1

    Took your crash courses and they are fab. Your explanations are much easier to understand than most of what I've encountered in my self-teaching journey.

    • @DaveOnData
      @DaveOnData  2 месяца назад

      Wow! Thank you so much for this. I take it as quite the compliment.

  • @GabrielleAmadeusMozart
    @GabrielleAmadeusMozart 3 месяца назад +1

    utterly superb.
    you got a course on altruism too? Wow.

    • @DaveOnData
      @DaveOnData  3 месяца назад

      I'm going to take this at face value and say thank you for the kind words.

  • @MichaelSumner-cs7gc
    @MichaelSumner-cs7gc 3 месяца назад +1

    Do you prefer Plotnine over Seaborn now?

    • @DaveOnData
      @DaveOnData  3 месяца назад

      @MichaelSumner-cs7gc - I was an R user and a huge fan of ggplot2 for many years. Not surprisingly, I've always preferred plotnine and have asked Microsoft to include it in Python in Excel. I use seaborn right with Python in Excel because it is better matplotlib. Hopefully Microsoft will get plotnine added soon!

  • @michaelt312
    @michaelt312 7 месяцев назад +2

    Major problem I see is that it isn't run locally.

    • @DaveOnData
      @DaveOnData  7 месяцев назад +1

      Interestingly enough, most of my clients actually see this as a huge advantage. For example, no need to involve IT.

    • @michaelt312
      @michaelt312 7 месяцев назад +1

      @@DaveOnData, for anyone in Healthcare it is an issue. Can't ensure HIPAA compliance.

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

      Interesting. Azure has specialized offerings for various verticals (e.g., the US federal govt). I can't imagine their not working to get Python in Excel approved for these verticals.

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

      Also, the Azure container in which Python in Excel runs is far more secure than any local Python installation. As a recovering Enterprise Architect, I would much rather folks use Python in Excel instead of the alternatives that integrate with Excel locally.

    • @andrewferguson6901
      @andrewferguson6901 7 месяцев назад +1

      Think enterprise and it makes a lot of sense. Lots of sheets are networked shared resources in a datacenter/cloud so it makes sense to run code in that same environment (with *ahem* security precautions)

  • @VastCNC
    @VastCNC 7 месяцев назад +1

    Are there any capabilities to extract pdf data into excel using python? I’ve found the power query import incredibly limiting

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

      The short answer is no.
      The longer answer is Microsoft has locked down Python in Excel for security reasons.
      One aspect of this is that Python in Excel can't access the file system of your computer.

    • @VastCNC
      @VastCNC 7 месяцев назад +1

      @@DaveOnData office scripts is the same way, partly for security, but the cynical part of me thinks it’s also partly for power automate adoption.