Python in Excel! Part 1 - Introduction

Опубликовано: 22 Август 2023
на канале: flexyourdata
39,458
706

Python is coming to Excel! 🐍 🥳

Here's an introduction in 5 minutes.

Main takeaways:

1. Python is executed in a "Python cell". No local Python instance is required. The code is executed in the cloud.

2. These imports are run at service startup so you don't need to import them explicitly and can write code using them without further action:

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import statsmodels as sm
import seaborn as sns
import excel

2. A python cell is created by typing =PY( in a worksheet cell.

3. Objects created in one cell can reference objects created in other cells provided they respect "row-major order". Left to Right, Top to Bottom. See the video.

4. A Python cell can either display the Object type of the last statement executed in that cell, or it can convert the value of that statement into an Excel value.

5. You can switch Python Output Type using the drop-down to the left of the Formula Bar, or by using Ctrl+Alt+Shift+M.

What are your initial thoughts / questions about this feature? I'll try to answer them. 💬

#data #analytics #python #excel #dataanalytics


На этой странице сайта вы можете посмотреть видео онлайн Python in Excel! Part 1 - Introduction длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь flexyourdata 22 Август 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 39,458 раз и оно понравилось 706 зрителям. Приятного просмотра!