thule0901's avatar
thule0901
Frequent Visitor
2 years ago

Paytm - Practice Time Series Analysis with SQL & Power BI

Task: Practice SQL Date Functions, Window Functions, Group By, etc... to find trends of data, then use Power BI to visualise those trends.

 

Database explanation
Paytm is an Indian multinational financial technology company. It specializes in digital payment systems, e-commerce and financial services.
Paytm wallet is a secure and RBI (Reserve Bank of India)-approved digital/mobile wallet that provides a myriad of financial features to fulfill every consumer’s payment needs.
Paytm wallet can be topped up through UPI (Unified Payments Interface), internet banking, or credit/debit cards.
Users can also transfer money from a Paytm wallet to the recipient's bank account or their own Paytm wallet.
I have practiced on a small database of payment transactions from 2019 to 2020 of Paytm Wallet. The database includes 6 tables:
●   fact_transaction: Store information of all types of transactions: Payments, Top-up, Transfers, Withdrawals, with the list of columns: transaction_id, customer_id, scenario_id, payment_channel_id, promotion_id, platform_id, status_id, original_price, discount_value, charged_amount, transaction_time
●   dim_scenario: Detailed description of transaction types, with columns: scenario_id, transaction_type, sub_category, category
●   dim_payment_channel: Detailed description of payment methods, including columns: payment_channel_id, payment_method
●   dim_platform: Detailed description of payment devices, with columns: playform_id, payment_platform
●   dim_status: Detailed description of the results of the transaction: status_id, status_description

2 Replies

    • thule0901's avatar
      thule0901
      Frequent Visitor

      Hello Leo,

      I'm sorry, but I can't provide access. The database is confidential according to the course's policy. You can reach out to @Mazhocdata if you want to access it, as he is the owner of the database.