Articles by George Mount

Python in Excel: How to generate fake data with Faker

August 17, 2024 | George Mount

In a previous blog post I showed how to get over limitations of creating dummy datasets directly in Microsoft 365 Copilot by asking for a Python script instead, particularly the faker package. Technology moves quickly, and since publishing that post, the Faker package has become available directly within the Python in ...
[...Read more...]

How to generate datasets with Copilot for Microsoft 365

July 15, 2024 | George Mount

As a trainer and content creator, I regularly generate fake datasets for exercises. This task can be more challenging than it sounds. Creating variables that follow a specific pattern or distribution was difficult with earlier random data distribution tools. Additionally, crafting a dataset that “feels” real for a given industry, ...
[...Read more...]

Python in Excel: How to calculate investment returns

June 19, 2024 | George Mount

Whether you’re a seasoned financial analyst or a data-proficient professional, understanding the calculation of investment returns can help assess the profitability and risks of various assets. This post explores three core methods for calculating investment returns: normalized returns, daily returns, and logarithmic daily returns. The integration of Python within ...
[...Read more...]

Python in Excel: How to work with missing values

May 22, 2024 | George Mount

Data analysts should be proactive about missing values in their data, as these can significantly impact analysis outcomes. First of all, many algorithms such as linear and logistic regression as well as decision trees require complete datasets and cannot inherently process missing data. But beyond statistical modeling and machine learning, ...
[...Read more...]
1 2 3 11