
In this lesson of the Python in Excel course I introduce you to the course syllabus, and we talk about the possibilities of using Python for data analysis, predictive statistics and machine learning within Microsoft Excel.
In this lesson of the Python in Excel course, you're going to check if you already have the Python feature activated in your version of Microsoft Excel. If not, we'll make sure to meet all the conditions Microsoft currently requires for you to access it.
In this lesson of the Python in Excel course, you'll learn how to turn a regular ol' Microsoft Excel cell into a Python cell where you can write code. Yep, you heard that right! We're going to cover three ways to do this: by writing a Python function, using a button on the toolbar, and through a keyboard shortcut. Let's dive in!
In this lesson of the Python in Excel course, you're gonna learn how to jot down your very first lines of Python code right inside Microsoft Excel cells. We're talking basic functions, loops, variables, the whole shebang! You'll get to see what the output of simple Python code looks like. So, buckle up, 'cause we're diving into the Excel-Python mashup!
In this lesson of the Python in Excel course, you're gonna learn how to import Python libraries into Microsoft Excel. Plus, you'll find out which Python libraries are already pre-loaded in Excel, so you don't even have to bother importing them.
In this lesson of the Python in Excel course, you'll learn how to create a DataFrame using Pandas so you can kick off your data analysis in Microsoft Excel.
In this lesson of the Python in Excel course, we're going to learn how to create our first charts with Python in Microsoft Excel using seaborn. We'll make bar charts, scatter plots, violin plots, heatmaps, and more. Sounds exciting, doesn't it?
In this lesson of the Python in Excel course, you're gonna get to know the two fundamental elements of Pandas: DataFrames and Series. You'll learn their main features and get to use some of their most common methods like 'head', 'type', and 'ndim'. Plus, you'll get to know the 'dir' command to access Python objects' directory of methods and properties.
In this lesson of the Python in Excel course, you're going to learn how to turn off the automatic workbook update every time you run a cell in Microsoft Excel. This way, you can use Excel's built-in calculation options (automatic, partial, manual) to make your workflow more efficient.
In this lesson of the Python in Excel course, you're gonna learn how to use the 'describe' and 'info' methods to really dig into the data you've got. This way, you can spot the main features and see if you need to clean up the data before you start making your cool visualizations in Microsoft Excel.
In this lesson of the Python in Excel course, I'm gonna show you how to clean up your data so you don't have any pesky null values messing with your data analysis. There are three ways to go about it, and we're gonna start by dropping columns using Pandas' 'drop' method. We'll check out different ways to use this method, using the 'columns' and 'axis' attributes, and also whether or not to reassign the dataframe value in Microsoft Excel.
In this lesson of the Python in Excel course, I'm gonna show you how to clean up your data so you don't have any null values messing up your data analysis. There are three ways to go about it, and we're gonna dive into how to remove rows using the 'drop' and 'dropna' methods from pandas. We'll check out different ways to use these methods, like using the 'inplace' and 'subset' attributes, and whether or not to reassign the value of the dataframe in Microsoft Excel.
In this lesson of the Python in Excel course, I'm gonna show you how to clean up your data to avoid null values that could mess up your data analysis in Microsoft Excel. There are three ways to tackle this, and today we're gonna look at filling in those empty cells with new values using the 'fillna' method. We'll explore different criteria for filling in those blanks, like using zero or calculated values like the mean, median, or mode. You'll also get to know the 'method' argument in 'fillna' that can be filled with 'ffill' or 'bfill'
In this lesson of the Python in Excel course, you'll get to know Seaborn, a powerful library built on top of matplotlib and Python for creating Python charts, which we'll learn how to use in Microsoft Excel
In this lesson of the Python in Excel course, you will learn how to create a Jointplot type graph from seaborn within Microsoft Excel using Python.
In this Python in Excel lesson, you will learn to explore the Seaborn documentation to understand the parameters of the Jointplot (such as Data, Hue, Kind, Space, Dropna, etc.).
In this lesson of the Python in Excel course, you will learn how to explore the Seaborn documentation to be able to identify how to use any of the charts and resources it offers, and even how to configure them in detail. You will also learn to use the 'help' keyword in Python to obtain contextual help on any Python element without leaving Microsoft Excel.
In this lesson of the Python in Excel course, you will get to know the Formula Editor (Excel Labs) of Microsoft Excel, which is a side editor where you can write all your code in cells, Jupyter Notebook style. You will learn all the options for working with Excel Labs for Python in Excel.
이번 강의에서는 Microsoft Excel에서 파이썬 코드를 작성하는 동안 발생할 수 있는 모든 오류 메시지와 그 의미, 처리 방법에 대해 알아보세요.
[꼭 읽어주세요] 한글 AI 자막 강의란?
유데미의 한국어 [자동] AI 자막 서비스로 제공되는 강의입니다.
강의에 대한 질문사항은 Federico 강사님이 확인하실 수 있도록 Q&A 게시판에 영어로 남겨주시기 바랍니다.
놀라운 소식: 이제 Microsoft Excel 셀에 파이썬 코드를 직접 작성할 수 있습니다.
Excel 기술을 한 단계 더 발전시키고 프로그래밍의 세계로 뛰어들고 싶으신가요? 그렇다면 이 강의가 여러분에게 딱 맞습니다! 모든 수준의 학생들을 위해 설계된 이 강의는 Python 구문의 기초부터 Excel의 고급 통합까지 안내합니다.
강의 주요 내용:
- 초보자부터 전문가까지: Python 기초부터 고급 기술까지 모든 것을 Excel에서 사용하는 법을 배워보세요.
- 데이터 분석: Pandas, Seaborn, Matplotlib 같은 Python 라이브러리를 사용하여 Excel에서 바로 대규모 데이터 세트를 분석하세요.
- 데이터 정리: 차트를 오염시키지 않도록 데이터베이스를 준비하는 방법을 알아보세요.
- 고급 시각화 기술: Matplotlib 과 Excel 로 멋진 시각화 를 만드는 방법을 알아보세요.
- 실제 적용: 실제 예제와 실습을 통해 배운 내용을 바로 적용할 수 있습니다.
- 추가 도구 및 단축키: 여러분을 엑셀 파이썬 닌자로 만들어 줄 다양한 추가 툴(기본 및 타사 툴)에 대해 알아보세요.
이 강의는 프로그래밍 초보자부터 기술을 다양화하고자 하는 고급 Python 및 Excel 사용자 모두에게 이상적입니다. 최근 Python이 Microsoft Excel에 기본 포함되면서 이제 프로그래밍의 강력한 기능과 스프레드시트의 다양한 기능을 결합하는 것이 그 어느 때보다 쉬워졌습니다.
데이터 분석가, 재무 전문가, 학생 또는 Python과 Excel이 어떻게 함께 작동하는지 궁금한 분이라면 이 강의를 통해 성공에 필요한 도구와 지식을 얻을 수 있습니다. 지금 수강신청하시고 Python 및 Excel 전문가가 되기 위한 첫걸음을 내딛으세요!
강사 소개
저는 Udemy의 베스트셀러 강사인 Federico Garay이며, 저의 이 【AI 자막】 Microsoft Excel 에서 Python 코드 작성하기 - 종합적 데이터 분석! 강의는 유데미에서 가장 성공적이고 칭찬을 많이 받는 강의입니다. 이제 파이썬과 엑셀이 힘을 합치기로 결정했으니... 바로 여러분께 그 활용법을 보여드리고 싶네요!
그럼 1강에서 뵙겠습니다.
Fede 드림