Data + Business - The way forward

Data + Business - The way forward

Let’s discuss a use case where business knowledge combines with data.

In the world of Fintech everything is based on from where the money is coming and where it is going, the more this cycle increases the better it is for the company as it increases the commission being earned.

You get a requirement to analyze the active merchants in your portfolio and get how much revenue they are bringing in. The first question will be what is active merchant?

Well this varies within Fintech too but in a transacting business an active merchant is someone who has recently used your services to transacted his/her money. If the merchant has not used your services for ‘x’ number of days then the merchant is an inactive merchant in your portfolio. This number varies according to the nature of the business and a lot of other aspects.

If you know this then you can easily chop out the merchants from your analysis.

For example in SQL it would be:

SELECT merchant_id, sum(revenue) FROM table1 WHERE SYSDATE — TRANSACTION_DATE < x

This is a dummy query that will do the job but the analysis is not only limited to this.

Data has many aspects but covering the business knowledge is essential as well.

要查看或添加评论,请登录

Syed Ahmed Basharat Ali的更多文章

  • Docker vs Podman: A newbie taking on a legend

    Docker vs Podman: A newbie taking on a legend

    Containers have revolutionized application deployment by enabling faster, scalable, and consistent development…

  • Am I the only one?

    Am I the only one?

    Hi there, fellow data people. I have been pondering on thoughts related to data analysis and wanted to include you in…

  • Hookup with Tableau

    Hookup with Tableau

    If your company harnesses the power of Tableau as its visualization software, you're in luck! There are numerous ways…

  • Why the field of data?

    Why the field of data?

    This is a very common question I get asked. It has a very simple answer for me as this was a very concious decision.

  • Importance of Data Exploration & Business Context

    Importance of Data Exploration & Business Context

    You will find a lot of people bragging about their skills in the field of data and you will see them using fancy words…

    1 条评论
  • Humans' obsession with "automation" and the new superhero in AI Galaxy - AutoGPT

    Humans' obsession with "automation" and the new superhero in AI Galaxy - AutoGPT

    In the ever-advancing world of technology, the human quest for automation has been an ongoing endeavor. From the…

    1 条评论
  • Stop making simple line charts. Add the power of max and min?instead.

    Stop making simple line charts. Add the power of max and min?instead.

    Are you related to data and somehow make line charts on a daily basis? Well, let’s discuss how to make the line charts…

  • Power BI Fiscal Year?Hack

    Power BI Fiscal Year?Hack

    The Problem I was presented with a requirement where the charts and slicers in the Power BI dashboard were to be sorted…

    2 条评论

社区洞察

其他会员也浏览了