SQL 8 Mar 2023 · 3 min read Dividing Customers into Four Quartiles Based on Total Revenue Using SQL and AdventureWorksDW2019 Analysing customer revenue is a critical aspect of understanding the performance of any business. In this blog post, we will explore how to use SQL and the AdventureWorksDW2019 database to group customers into four quartiles based on their total revenue. Read more
SQL 4 Mar 2023 · 2 min read Mastering Window Functions: How to Calculate a Moving Average in SQL Learn how to analyse sales trends with a moving average calculation in SQL. This powerful tool can help you identify growth opportunities and improve business performance. Read more
SQL 3 Mar 2023 · 5 min read Building a Scalable Data Pipeline: Extracting Sales Data from Navision to Snowflake In this blog post, we will learn how to extract sales data using SQL from a database, specifically Navision. We will define a SQL query to extract the data and execute it using Python. The resulting sales data will be fetched and can be further analyzed or visualized. Read more
EDA 30 Jan 2023 · 4 min read Exploratory Data Analysis (EDA) of UK Museums It's been a while since I last posted a small EDA article in my learning journey of Python so I've dusted off VS Code and found a dataset on UK Museums. Read more
Business 20 Jan 2023 · 3 min read Best Practices for Managing Remote Teams In this article, we'll be exploring best practices for managing remote teams, including tips for maintaining clear communication, and building strong relationships with remote employees. Hopefully you can get something useful out of this article. Read more
Personal Development 5 Jan 2023 · 5 min read Setting up for the year ahead (2023) The start of a new year is a great time to set personal goals and make positive changes in your life. Whether you want to get in shape, save money, or learn a new skill, having a plan can help you stay on track and achieve your goals. Read more
data-analysis 4 Jan 2023 · 2 min read Report or Dashboard? As a data analyst, you know the value of presenting your findings in a clear and effective way. But when it comes to choosing between a report and a dashboard, which one is the right fit for your needs? Read more
Business 30 Dec 2022 · 2 min read Leaders Eat Last - Simon Sinek Simon Sinek's book "Leaders Eat Last" explores the idea that great leaders put the needs of their team ahead of their own, and create a culture of trust and cooperation within their organisation. Read more
data-analysis 28 Dec 2022 · 2 min read Best Practices For Visualising Data In this post, we'll delve into these best practices and provide tips on how to create visualisations that are both informative and easy to interpret. Read more
Communication 26 Dec 2022 · 3 min read Show Your Work! The Importance Of Showing Your Creative Process In his book "Show Your Work!," author Austin Kleon encourages readers to share their creative process with the world. Read more
Business 24 Dec 2022 · 2 min read How To Build An IT Department When You Don't Have One Building an IT department from scratch can be a daunting task, but with careful planning and execution, it is possible to create a successful and effective team. Read more
data-analysis 23 Dec 2022 · 2 min read How to get started with Python for data analysis Python is a powerful and versatile programming language that is widely used in a variety of industries, including data science, web development, and finance. If you are interested in learning Python, there are a number of tools and resources available to help you get started. Read more
Business 21 Dec 2022 · 2 min read The advantages of implementing a Data Warehouse A data warehouse is a critical tool for any business that wants to make data-driven decisions. Read about why a data warehouse should be in your business. Read more
python 19 Dec 2022 · 1 min read My Top 10 Python Libraries For Data Analysis The 10 most important Python libraries to use for exploratory data analysis (EDA). Read more
Personal Development 18 Dec 2022 · 3 min read The Courage To Be Disliked "The Courage to be Disliked" challenges readers to break free from societal constraints and be true to themselves. By being disliked, we can live a more authentic and fulfilling life and inspire others. Read more
Business 14 Dec 2022 · 2 min read What is the "Infinite Game"? The concept of the infinite game was first introduced by Simon Sinek in his book "The Infinite Game." In this book, Sinek discusses the differences between finite and infinite games and how they apply to business and leadership. Read more
Personal Development 14 Dec 2022 · 2 min read The importance of professional development and training programs Investing in professional development and training programs for employees can be a smart business move. These programs can increase employee engagement and satisfaction, close skills gaps within an organization, and improve efficiency and productivity. Read more
Business 12 Dec 2022 · 4 min read How Tasks Are Needed To Run A Data Warehouse? The day-to-day tasks involved in managing a data warehouse can vary depending on the specific needs and requirements of the organisation. Read more