About Me

Hello! I’m Firn, A Data Analyst with a Scientist’s Approach.

Projects

  • FreeFire vs. PubG

    FreeFire vs. PubG

    Hi Guys ! I built this dashboard in Google Sheets to track the Facebook rivalry between FreeFire and PUBG! It uses QUERY formulas and Pivot Tables to automatically summarize all their likes, shares, and comments, showing who’s winning the engagement battle. You’re welcome to explore and interact with my interactive dashboard via the link below:

  • API-Pandas

    API-Pandas

    This project analyzes public debt data from the U.S. Treasury’s official API (fiscaldata.treasury.gov). The script fetches real-time “Debt Subject to Limit” data, processes the JSON response, and loads it into a pandas DataFrame for analysis.

  • Python ATM Class (OOP)

    Python ATM Class (OOP)

    This project is a Python class that simulates the functionality of an ATM using Object-Oriented Programming (OOP). It serves as a practical blueprint for creating individual bank account “objects” that can interact with each other. Key features include methods for deposit, withdraw, check_balance, and transfer between different account instances. Click the badge below to run…

  • Pizza Bot

    Pizza Bot

    This project is an interactive command-line application built in Python that simulates a pizza ordering system. Users can browse the menu, add pizzas and drinks to their cart, view their total cost, and “checkout” to receive a final receipt. This project demonstrates the practical use of core Python concepts, including while loops, functions, and dictionary…

  • Pao Ying Chub Game

    Pao Ying Chub Game

    A classic “Rock, Paper, Scissors” game built as a Python console application. This project lets a user play against the computer, which makes its choice using the random module. It’s a fun exercise in handling user input and implementing game logic with conditional statements.

  • R Markdown Project

    R Markdown Project

    Let’s Go ! 😀 Explore customer churn patterns using R with ggplot2, dplyr, and scales. Visualize key insights and learn how data-driven strategies can help reduce churn.