Skip to content
View gavinjqu's full-sized avatar

Block or report gavinjqu

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
gavinjqu/README.md
class MyBio:
    def __init__(self):
        self.name = "Gavin Qu"
        self.role = ["Data Engineer", "Economics Research", "Analyst", "Curiosity-driven"]
        self.location = ["Seattle"]
        self.languages = ["Python", "R", "Java", "Bash", "SQL"]
        self.interests = ["ML for Economics", "Causal Inference", "Open Source", "Blogging", "Linux"]

    def current_project(self):
        return "Learning Julia"

    def contact(self):
        return {
            "LinkedIn": "linkedin.com/in/gavinqu/"
            "email": "gavinqu dot dev at gmail"
        }

    def about_me(self):
        return """
            Outside of work, you'll often find me hiking, climbing, skiing, and reading Sci-fi. 
        """

bio = MyBio()
print(bio.about_me())
print("Current Project:", bio.current_project())
print("Contact Info:", bio.contact())

Pinned Loading

  1. econ-phd-advice econ-phd-advice Public

    Community-maintained, open-source collection of resources and advice for Grad students in economics — and for undergrads considering a PhD.

    CSS 3 1

  2. predoc-coding-sample predoc-coding-sample Public

    Reproducible data pipeline (Python) for my thesis —health types and labor market outcomes.

    Jupyter Notebook 1

  3. causal-inference-notes causal-inference-notes Public

    Refactored R code from my causal inference class to Python Notebooks.

    Jupyter Notebook

  4. costco-wrapped costco-wrapped Public

    A web app that displays your Costco Personality (Costco Wrapped) and a dashboard of your Costco purchase history.

    JavaScript