class DataEngineer(self):
def __init__(self):
self.name = "Allen Hoskins"
self.role = "Data Engineer"
self.company = "Chick-fil-A"
self.language_spoken = ["en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
def info(self):
self.langauges = ["Python", "R", "SQL", "HTML", "Pyspark"]
self.devOps = ["AWS", "Docker🐳", "Airflow"]
self.tools = ["Databricks", "dbt", "VSCode"]
me = DataEngineer()
me.say_hi()
me.info()
👻
Highlights
- Pro
Pinned Loading
-
capstone_smu
capstone_smu PublicRepository to house files and code for SMU's Capstone in the MSDS Program
Jupyter Notebook
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.




