Skip to content
View Irinel47's full-sized avatar

Block or report Irinel47

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
Irinel47/README.md

Hi there, I'm Irinel πŸ‘‹

coding penguin gif

Analytics Engineer / BI Developer / Data Analyst - call it what you want, I just like making data make sense πŸ“Š

I enjoy working across the full analytics stack: from wrangling data in Fabric pipelines and writing T-SQL or PySpark to crafting visuals in Power BI and pushing the limits of what BI tools can actually do.

Outside of work I build random things for the fun of it πŸ€“ web scrapers, economic and social data viz projects, automation tools, sports analytics and whatever data-related idea manages to survive my morning coffee. Some of it ends up here.


πŸ› οΈ Tools & Technologies

βš™οΈ Data Engineering

PySpark T-SQL MySQL Oracle SQL MS Fabric Fabric Pipelines Lakehouses Warehouses Data Modeling Python

πŸ“Š BI & Visualisation

Power BI Qlik Sense Excel

🧰 Environment & Dev Tools

VS Code Jupyter Anaconda SSMS Oracle SQL Developer Postman

πŸ“š Currently Learning

Deneb JavaScript React D3.js Custom SVG Visuals


πŸ‘¨β€πŸ’» About me, in code

from pyspark.sql import SparkSession
from pyspark.sql.functions import lit, concat

spark = SparkSession.builder.appName("Irinel").getOrCreate()

me = spark.createDataFrame([{
    "name":       "Irinel Cristea",
    "role":       "Analytics Engineer / BI Developer",
    "stack":      "MS Fabric Β· Power BI Β· PySpark Β· SQL",
    "building":   "pipelines by day, weird charts by night",
    "motto":      "clean data, good vibes, questionable chart choices"
}])

me.show(truncate=False)
+----------------+----------------------------------+--------------------------------------+------------------------------------------+-----------------------------------------------------+
|name            |role                              |stack                                 |building                                  |motto                                                |
+----------------+----------------------------------+--------------------------------------+------------------------------------------+-----------------------------------------------------+
|Irinel Cristea  |Analytics Engineer / BI Developer |MS Fabric Β· Power BI Β· PySpark Β· SQL  |pipelines by day, weird charts by night   |clean data, good vibes, questionable chart choices   |
+----------------+----------------------------------+--------------------------------------+------------------------------------------+-----------------------------------------------------+

πŸ“¬ Get in touch

LinkedIn Medium Twitter / X

Pinned Loading

  1. pbi-model-layout pbi-model-layout Public

    TeX 21 5

  2. data-viz-projects data-viz-projects Public

    HTML

  3. data-explorations data-explorations Public

    Jupyter Notebook

  4. learning-python learning-python Public

    Jupyter Notebook