Skip to content
View Datamathican's full-sized avatar

Block or report Datamathican

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Datamathican/README.md

Hello! I'm Pramod 👋

Senior Data Analyst | Transitioning to Data Engineering

GitHub Follow

A little more about me...

class Datamathican:
    def __init__(self):
        self.name = "Pramod"
        self.role = "Data Engineer in Training"
        self.location = "London, UK"
        self.languages = ["Python", "SQL", "R"]
        self.stack = {
            "Cloud": ["AWS", "Docker"],
            "Orchestration": ["Airflow", "Dagster"],
            "Trending": ["Apache Iceberg", "dbt", "DuckDB"]
        }

    def say_hello(self):
        print(f"Hi! I'm {self.name}, building scalable data 'plumbing'.")
        print(f"Currently mastering: {', '.join(self.stack['Trending'])}")

pramod = Dataengineer()
pramod.say_hello()

Pinned Loading

  1. Data-Analyttics-on-UK-inflation-dataset Data-Analyttics-on-UK-inflation-dataset Public

    Data Analytics on inflation data set using machine learning algorithms

    Jupyter Notebook 3

  2. Facebook-Prophet- Facebook-Prophet- Public

    Facebook Prophet model for time series dataset

    Jupyter Notebook 1 1

  3. Data-Modeling-with-Cassandra Data-Modeling-with-Cassandra Public

    This project automates a high-grade data pipeline for a music streaming startup, Sparkify, using **Apache Airflow**. It automates the extraction of user activity logs and song metadata from **AWS S…

    Jupyter Notebook

  4. Data-Pipelines-with-Apache-Airflow Data-Pipelines-with-Apache-Airflow Public

    This project demonstrates the construction of a production-grade data pipeline using Apache Airflow for a fictional music streaming company, Sparkify.

    Python

  5. STEDI-Human-Balance-Analytics STEDI-Human-Balance-Analytics Public

    My project for the Data Engineer AWS Nanodegree Program by Udacity.

    Python

  6. Finance-Data-Engine Finance-Data-Engine Public

    Banking Analytics Suite to demonstrate that financial models are only as robust as the data pipelines that feed them.

    Python