Skip to content
View GJQu's full-sized avatar

Block or report GJQu

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
GJQu/README.md
class MyBio:
    def __init__(self):
        self.name = "Gavin Qu"
        self.role = ["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. predoc-coding-sample predoc-coding-sample Public

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

    Jupyter Notebook 1

  2. 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 2 1

  3. GJQu.github.io GJQu.github.io Public

    My Personal Blog!

    JavaScript

  4. causal-inference-notes causal-inference-notes Public

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

    Jupyter Notebook