Articles by George Mount

Copilot for Excel: How to work with Python code

March 25, 2024 | George Mount

One of the key insights Excel users should appreciate about Copilot is its vital role in keeping Excel current in the AI era. It achieves this by innovatively integrating multiple intelligence sources, expanding Excel’s functions beyond traditional spreadsheets. Today’s era is characterized by growing system interoperability. In particular, ...
[...Read more...]

Python in Excel: How to create moving averages

March 18, 2024 | George Mount

For those interested in learning Python for Excel, a key area to explore is time series analysis. In particular, Python’s Pandas package is specifically designed to handle time series data effectively, often much better than Excel. In this post, we’re going to look at a common task with ...
[...Read more...]

How to get the most of Python in Excel with the Anaconda Toolbox

November 30, 2023 | George Mount

The recent incorporation of Python into Excel marks a substantial leap in data analytics, combining Python’s powerful features with the accessible Excel workbook interface. Employing Python directly within Excel’s formula bar is noteworthy, yet add-ins further enrich this capability. This enhancement is particularly important considering that Python programming ...
[...Read more...]

How to resize Python plots in Excel

November 30, 2023 | George Mount

I’m not sure about your experience, but personally find Excel’s charting features antiquated at times. They can be quite finicky to use, particularly when it comes to customization. Iterating between various plots and executing tasks like combining different plot types or coloring by group proves to be challenging. ...
[...Read more...]

Python in Excel: How to understand how objects work

November 28, 2023 | George Mount

The concept of objects significantly distinguishes Python from Excel, enhancing its importance in programming. Integrating Python objects into Excel introduces unique behaviors and functionalities, which will be the focal point of this blog post. Download the following to explore this intriguing intersection of Python and Excel.   We’ll begin the ...
[...Read more...]

How to create a Pandas DataFrame with Python in Excel (three ways)

November 20, 2023 | George Mount

Python in Excel provides a user-friendly and data analysis-optimized approach, especially suitable for general analysts beginning with Python. Notably, it defaults to loading all data inputs as Pandas DataFrames, a wise decision considering Excel users’ familiarity with tabular structures. Basic Python, on its own, isn’t inherently tailored for such ...
[...Read more...]
1 2 3 4 5 11