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

Block or report dougdom

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

Hey there, I'm Douglas! 👋

A brazilian data analyst driving growth strategies through data-driven insights.

Linkedin GitHub

A little more about me:

#!/usr/bin/python
# -*- coding: utf-8 -*-

class DataAnalyst:

    def __init__(self):
        self.name = "Douglas Mendes"
        self.role = "Data Analyst"
        self.birth_year = 1992
        self.language_spoken = ["pt_BR", "en_US"]

    def say_hi(self):
        print("Here is my lab. Hope you find some of my work interesting.")

me = DataAnalyst()
me.say_hi()

Skills

  • ⚙️ Python, Airflow, SQL, dbt, GCP, Azure, AWS
  • 👁️ Power BI, Tableau, Looker Studio
  • 💽 Bigquery, Redshift, SQL Server, MySQL, ProstgreSQL, Oracle, MongoDB

Popular repositories Loading

  1. builders builders Public

    Desafio proposto pela Builders Platform

    Python

  2. dougdom dougdom Public

    profile showcase.

    Jupyter Notebook