SQL 101

Photo by Anthony Martino on Unsplash

The most efficient way to get our data is by having a direct access to the database. And fortunately, the most analyzed data is still in structured format so far. This post will assume that we have a database and a client app installed in our laptop. We can choose to install an open source database like Postgre or MySQL. As client app, we can use DBeaver or the equivalent. After connecting the client app to rhe database, we can start to roll. There are three commands as baseline pattern for a query. Keep reading to know more!

Continue reading “SQL 101”

Must Have Skills for Data Analyst

Photo by Kelly Sikkema on Unsplash

This role deals a lot with handling data requests and past performance analysis. The first required understanding on how the data is generated and where to find them. Still straightforward if we deal with 10 or 20 tables. But what if the tables reaches 100, 200 or more? The second is even more complex. After we get the data, how we can be confident with the data at our disposal? Is it clean enough, as in no testing data or outliers inside? To overcome these challenges, these are three most important skill for data analysts.

Continue reading “Must Have Skills for Data Analyst”

Data Related Roles

Photo by Jen Theodore on Unsplash

Introduction

With a wide and variety of work, to understand data and provide business with recommendations, we will need a strong team with multiple roles interact with each other. This team also needs to live in two distinctive and different worlds. One is emerged from business point of view, where what is important is either increasing company’s revenue, or reducing the cost. The other one is from engineering where we need to understand where to get the data, how to clean, explore, train and implement our scripts such that we can make the code work and alert us with minimum supervision. In general, we need a team which covers three roles. There are new roles emerged, of course. But the root came from the original three. Read on to read what are those three.

Continue reading “Data Related Roles”

Understanding Financial Report – Part I

Photo by dylan nolte on Unsplash

After knowing that consumer sector is the largest driver of economy in my previous post, the next step is to pick which company to go. We will focus on publicly listed company since they have to provide their financial report periodically to Indonesian Stock Exchange (IDX). The full list is available in here and it is updated daily if there are new additions or removals. We only need to select Consumer Goods as the sector for now. There are three parts of financial report namely Asset Liabilities, Profit Loss and Cash Flow. This post will focus on Asset Liabilities first. The other will come after. Read on for more details on this.

Continue reading “Understanding Financial Report – Part I”