Skip to content
View Datamathican's full-sized avatar
🏠
Working from home
🏠
Working from home

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 is supported. This note will only be visible to 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...

classDatamathican:
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"]
}
defsay_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-datasetData-Analyttics-on-UK-inflation-datasetPublic

    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-CassandraData-Modeling-with-CassandraPublic

    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-AirflowData-Pipelines-with-Apache-AirflowPublic

    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-AnalyticsSTEDI-Human-Balance-AnalyticsPublic

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

    Python

  6. Finance-Data-EngineFinance-Data-EnginePublic

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

    Python