class YaozhenLi:
def __init__(self):
self.name = "Yaozhen Li"
self.username = "michaellifly"
self.location = "Charlotte, NC π"
self.role = "Data Engineer / Data Analyst"
self.languages = ["Python", "Scala", "SQL"]
self.interests = ["Data Pipelines", "ETL/ELT", "Analytics", "ML"]
self.github_pro = True
def say_hi(self):
print("Thanks for dropping by! Let's build something with data. π")
me = YaozhenLi()
me.say_hi()
Highlights
- Pro
Pinned Loading
-
-
Data-analyst-nanodegree-project
Data-analyst-nanodegree-project PublicProject complete for data analyst
HTML
-
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.

