The Finance Project using SQL
Emphasis on Nicaragua

The Finance Project using SQL

In most organizations, the datasets can easily result in over a billion rows of data! When it comes to a massive dataset, we can only rely on something other than Microsoft Excel and must use the correct programming language. I used SQL (Structured Query Language) for this project, which easily handles excessive amounts of data.

Let's Start with the Data

The data I worked on for this project comes from The World Bank, which is made up of the International Development Association (IDA), which focuses on helping the World's poorest countries. I have linked the data below:

After uploading the data to bit.io (which runs SQL), I wanted to explore the following:

  • How many transactions did Nicaragua have?
  • What was the largest transaction Nicaragua made?
  • What is the service charge rate for Nicaragua?
  • What is the max amount owed to the IDA?

Insight

  • The number of transactions that Nicaragua had was 13,922.
  • The largest transaction was $116,000,000, which was due to COVID-19 Response.
  • The service charge rate for Nicaragua is 8.1%
  • The max amount owed to the IDA is $793,256,127.64

Analysis

When working with a dataset, it is essential to look through all the columns; it gives data analysts a more in-depth understanding of the data.

I wanted to focus on the IDA and its relationship with Nicaragua for this dataset. I've shared below the queries I wrote and the results for each below, which would allow others to follow along easily.

How many transactions did Nicaragua have?

I ran the following query and found that Nicaragua had 13,922 transactions in the dataset.

No alt text provided for this image
No alt text provided for this image

The next question I had was, what was Nicaragua's largest transaction? The following query showed that the largest transaction was $116,000,000 due to the COVID-19 Response.

No alt text provided for this image
No alt text provided for this image

The next question I had was, What is the service charge rate for Nicaragua? The query I ran showed 8.1%.

No alt text provided for this image
No alt text provided for this image

The final question I had was, what is the max amount owed to the IDA?

After running the query, the data showed $793,256,127.64 as the max amount owed to the IDA.

No alt text provided for this image
No alt text provided for this image

Conclusion

From the dataset we received from the IDA, we could determine that the number of transactions that Nicaragua received was 13,922. The country's largest transaction was $116,000,000, which was accepted due to the COVID-19 response. Nicaragua also has a service charge rate of 8.1%. Lastly, I determined that the maximum amount of money owed to the IDA by a country is $793,256,127.64.


Thanks so much for viewing my project; I'm currently looking for opportunities in Data Science; if you have any options or questions, feel free to comment below or email me at rickmatajr@outlook.com. Also, please view my other projects below and connect with me on LinkedIn, Rick Mata.

To view or add a comment, sign in

More articles by Rick Mata

  • Python Data Analysis for Mining Operations

    Data can present a challenge to comprehend due to the many tools available to learn and utilize. Although these tools…

  • NBA Analysis 2021-2022 Using Tableau

    For this project, I have been tasked with analyzing the dataset from the latest season to see how NBA superstars helped…

    6 Comments
  • Healthcare SQL Analysis

    The Data A hospital administrator hired me to gather data to gather insight into a patient's data, which included…

    2 Comments
  • Massachusetts School Analytics

    Massachusetts Education Analyses using Tableau For this case study, I analyzed different Charter and Public school data…

    2 Comments
  • DoorDash Analysis

    DoorDash Marketing Analysis throughout the year While anticipating this year's National Championship game, I ordered…

    10 Comments

Others also viewed

Explore content categories