- Видео 100
- Просмотров 150 589
Flex Your Data
Добавлен 6 июн 2022
My name is Owen.
I write things about data:
www.flexyourdata.com
I write things about data:
www.flexyourdata.com
The C-Files. Mission 2. Restructure a column into a table
Challenge Credit:
www.linkedin.com/posts/omid-motamedisedeh-74aba166_powerabrquery-excel-powerabrqueryabrtips-activity-7279964542451757056-G5qj
#excel #copilot #python
www.linkedin.com/posts/omid-motamedisedeh-74aba166_powerabrquery-excel-powerabrqueryabrtips-activity-7279964542451757056-G5qj
#excel #copilot #python
Просмотров: 106
Видео
The C-Files // Mission: 1 // Locate The N Best Salespeople
Просмотров 12521 день назад
This file contains unredacted top secret information. Detective C is tasked with finding the top 3 salespeople in each quarter.
Expert tips on Formula efficiency, Power Query types and Python in Excel!
Просмотров 39721 день назад
Denver & Boulder Excel Meetup - December 2024 This is a recording of the very first Denver & Boulder Excel Meetup with three presentations from three Excel MVPs - Diarmuid Early, Aditya Kumar Darak and Owen Price. 0:00 Diarmuid Early - Formula Efficiency and Timing 25:00 Aditya Kumar Darak - Structured Types in Power Query 36:01 Owen Price - Predictable Python in Excel
Learn about robust error reporting in Python in Excel!
Просмотров 6292 месяца назад
By default, the xl() method in #pythoninexcel will convert Excel error values to NaN values in your DataFrame. If you don't want that to happen, and you want Python in Excel to alert you to Excel errors, here's how to change the default behavior of the xl() method to raise those errors and not return the DataFrame until they're fixed. #excel #python #pythoninexcel #data #analytics
Level Up Your Python in Excel Experience with the Python Editor!
Просмотров 1,4 тыс.3 месяца назад
In this quick video, I show you how to use the Python Editor. As of the date of publication, the editor is available in the beta channel only. #python #excel #pythoninexcel
Learn 4 Methods for Regression in Excel!
Просмотров 8303 месяца назад
Let's look at four methods of calculating a linear regression in Excel: 1. Analysis Toolpak 2. Analysis Toolpak via VBA 3. LINEST function 4. Python in Excel The Analysis Toolpak has a user form to allow you to select what type of output you want. It's easy to use and it's very fast, but the output comes in a fixed format and aside from selecting which tables you do or don't want to see, there'...
Calculate taxes from tax brackets using Python in Excel!
Просмотров 2,1 тыс.3 месяца назад
In this video I walk through a few ways to calculate tax on an income given a table of known tax brackets. We look at how to do this with an Excel formula and then with DataFrame.clip.
How Fast Is Python in Excel? Speed Tests using Black-Scholes Option Pricing
Просмотров 8913 месяца назад
It's been 12 months since this video was published: ruclips.net/video/74RDI3tA48I/видео.htmlsi=3_LbR4kmnXABsZEf It shows rather abysmal performance from Python in Excel. In this video, I show that with a better approach, we can get significantly faster runtimes of the same calculation and the same amount of data. Thanks for watching!
Apply a custom function to grouped data! Python in Excel 28
Просмотров 74710 месяцев назад
This video is a solution to the Excel BI Challenge Power Query 161 It's a deceptively tricky challenge and there are many ways to go about it. In this video I use df.groupby.apply with a custom function. #data #excel #python #coding #analytics
Python in Excel 27 - Dates in Pandas DataFrames
Просмотров 63610 месяцев назад
Working with dates in Pandas DataFrames is an important skill for an analyst or data scientist. Here's a quick example of how using date properties can shortcut the solution to a common grouping challenge. Challenge data courtesy of Crispo Mwangi, Microsoft Excel MVP mvp.microsoft.com/en-US/MVP/profile/c8e93563-95fb-ed11-8f6d-000d3a560942 The challenge: www.linkedin.com/posts/crispo-mwangi-6ab4...
Python in Excel 26 - Quickly display plots with this NEW shortcut!
Просмотров 58510 месяцев назад
Just seen this new shortcut for quickly displaying Python plots over cells. 👏 Quality of life 1 💡Ctrl Alt Shift C or use the context menu #data #analytics #excel #python #coding
Rolling aggregates of any function with one simple formula!
Просмотров 542Год назад
Rolling aggregates of any function with one simple formula!
Unstack data with missing attributes using PIVOTBY in Excel!
Просмотров 461Год назад
Unstack data with missing attributes using PIVOTBY in Excel!
Use Excel's PIVOTBY function to fix your data structure!
Просмотров 867Год назад
Use Excel's PIVOTBY function to fix your data structure!
POWERFUL NEW debugger for Excel formulas!
Просмотров 815Год назад
POWERFUL NEW debugger for Excel formulas!
More on Excel's NEW GROUPBY function - the sort_order parameter
Просмотров 910Год назад
More on Excel's NEW GROUPBY function - the sort_order parameter
Summarize data EASILY with the GROUPBY function in Excel!
Просмотров 5 тыс.Год назад
Summarize data EASILY with the GROUPBY function in Excel!
Get FAST results with 3D NumPy arrays! Python in Excel #25
Просмотров 998Год назад
Get FAST results with 3D NumPy arrays! Python in Excel #25
Find the next Friday the 13th! - Python in Excel #24
Просмотров 600Год назад
Find the next Friday the 13th! - Python in Excel #24
Fill empty cells with the next value on the row! Python in Excel #23
Просмотров 813Год назад
Fill empty cells with the next value on the row! Python in Excel #23
Cleaning multi-domain dimensions! Python in Excel #19.4
Просмотров 659Год назад
Cleaning multi-domain dimensions! Python in Excel #19.4
Don't Forget Numpy Select! Python in Excel #22
Просмотров 1,2 тыс.Год назад
Don't Forget Numpy Select! Python in Excel #22
Python in Excel just got a LOT easier. Check this out.
Просмотров 1,9 тыс.Год назад
Python in Excel just got a LOT easier. Check this out.
Don't write ugly code! Do this instead... Python in Excel # 20
Просмотров 1 тыс.Год назад
Don't write ugly code! Do this instead... Python in Excel # 20
It's CRITICAL to understand your data | Python in Excel 19.2
Просмотров 813Год назад
It's CRITICAL to understand your data | Python in Excel 19.2
Dastardly Data Files! 🐍🦹 Python in Excel 19.1!
Просмотров 773Год назад
Dastardly Data Files! 🐍🦹 Python in Excel 19.1!
Clean up your charts! Python in Excel #18.3 🐍😄
Просмотров 633Год назад
Clean up your charts! Python in Excel #18.3 🐍😄
Clean up your charts! Python in Excel #18.2
Просмотров 687Год назад
Clean up your charts! Python in Excel #18.2
Clean up your charts! Python in Excel #18.1
Просмотров 770Год назад
Clean up your charts! Python in Excel #18.1