Publications by George Mount

What data analysts should know about open source

31.12.2021

For a long time, many data analysts worked firmly ensconsed in the Microsoft stack — definitely Excel, maybe some Access, PowerPoint or VBA serving as the automative glue. If it wasn’t Microsoft, it was some other proprietary toolkit from IBM or Oracle, paid off-the-shelf software, and so forth.These days? We have the godfather of Excel Bill ...

10167 sym 16 img

Here’s how R and Python think differently about data

08.01.2022

I’m a big believer that data analysts will derive far more value from their tools when they understand the underlying philosophy and worldview of those tools.For example, the way that open source code is created and maintained gives it distinct advantages and disadvantages over proprietary software. And if analysts can understand the difference...

4139 sym 6 img

Anscombe’s quartet in Python

08.01.2022

Anscombe’s quartet is a well-known statistical parlor trick with a powerful message. Fortunately, with the help of the seaborn package as well as pandas, it can be demonstrated in Python with just a few lines of code, which you can follow along with below:Moral of the storyWhat I love about Anscombe’s quartet is how it shows data visualizatio...

1082 sym 2 img

Advancing into Analytics: Foundations of Marketing Analytics

10.01.2022

Everything you need to get started with marketing analyticsAbout this eventFree signed copy of Advancing into AnalyticsWorkshop recordingDemo notes and handoutsIf you’re a marketing analyst looking to level up your data analysis skills, this is the workshop and book for you. After attending this class, you’ll be in great shape to explore adv...

1898 sym 2 img

Advancing into Analytics: Foundations of Finance Analytics

21.01.2022

About this eventConduct rigorous data analysis that is easy to reproduce and share with colleaguesCreate beautiful visualizations that aren’t available in basic Excel and Power BICollaborate more effectively with engineers, developers, data scientists and other technical professionalsSignal to employers that you can work with a variety of progr...

2473 sym 2 img

Python for Excel Users Crash Course (Data Science Dojo online presentation)

27.01.2022

I’ll be giving a free, online presentation in partnership with Data Science Dojo entitled “Python for Excel Users Crash Course,” Weds 3/9 at 3pm Eastern.Register now for this free online event.It will also be available to watch at the scheduled time on Data Science Dojo’s YouTube channel.You can download the preliminary slides and dataset...

1425 sym

Consider learning Python: MyExcelOnline Podcast Top Excel Tips of 2021

03.02.2022

John Michaloudis reserves an annual edition of his MyExcelOnline podcast to a roundup of the top Excel tips and tricks of the year from community leaders. I was happy to again be invited to participate in this podcast.This year, I chose more of a general piece of advice than specific Excel how-to. In fact, you could even say it’s not a tip ab...

1905 sym 2 img

How to launch Jupyter notebooks from Windows

27.03.2022

To be honest, Python is not the easiest program to manage on your PC. I suggest newcomers download it from Anaconda because it does most of the behind-the-scenes lifting for you.Completely new to Python? Check out my Python launch checklistAmong other benefits, Anaconda comes with many of the crucial packages for data analysis in Python (packages...

3252 sym 6 img

Free checklist: 30 days to Python programmer

08.05.2022

Python has become in many ways the lingua franca of computing, with the open source language being used in everything from web development to artificial intelligence to… why, yes… data analytics.If you’re a heavy Excel or Power BI user, Python is a great tool to add to your toolkit — it’s officially supported in Power BI now and an offi...

2328 sym 6 img

Python was not designed for data analysis (and why that’s OK)

02.07.2022

A major reason I think it’s easier for Excel users to pick up R versus Python is that these tools tend to “think” more similarly than Python. See what I mean here: let’s take a range of numbers and attempt to multiply it by two using the built-in range, vector and list objects in Excel, Python and R respectively:multiply-range-by-two-in-e...

1691 sym