graphical user interface
Data Analytics, Technical

Course 5: Analyse Data to Answer Questions, Module 3: Aggregate data for analysis

VLOOKUP core concepts Spreadsheet functions can be used to quickly find information and perform calculations using specific values. VLOOKUP, or Vertical Lookup, is one such function that vertically searches for a certain value in a column to return a corresponding piece of information. In this reading, you’ll examine the intricacies of this extremely useful function so you understand how it…

Continue Reading

Technical, Data Analytics

Course 3: Prepare Data For Exploration, Module 3: Database Essentials

Maximise databases in data analytics Databases enable analysts to manipulate, store, and process data. This helps them search through data a lot more efficiently to get the best insights.  Relational databases A relational database is a database that contains a series of tables that can be connected to form relationships. Basically, they allow data analysts to organise and link data…

Continue Reading

SQL photo
Technical, Data Analytics

SQL best practices

Content collected from Google Data Analytics course Feel free to download a .pdf version of this reading below: These best practices include guidelines for entering SQL queries, developing documentation, and examples that demonstrate these practices. This is a great resource to have handy when you are using SQL yourself; you can just go straight to the relevant section to review…

Continue Reading

data analysis course
Technical, Data Analytics

Foundation Course Module 4: Becoming a fair and impactful data professional

In this module, we will examine different types of businesses and the jobs and tasks that analysts do for them. You’ll also learn how a Google Data Analytics Certificate will help you meet many of the requirements for an analyst position with these organizations. Learning Objectives Ethical and fair decision-making process of a Data analyst Fairness means ensuring your analysis…

Continue Reading

postgres docker
Data Analytics, Docker, Technical

How to run PostgreSQL in Docker

PostgreSQL is a powerful relational database management system. For local development, practice and learning one can run Postgres in docker container. This is a step-by-step guide how to run postgres in Docker. This tutorial is for Linux/Ubuntu systems! If you have Docker installed already, then jump to Step 2 Step 1: Install Docker This completes download and install of Docker…

Continue Reading