from typing import List
class Borchmann:
def __init__(self):
self.username: str = "jborchma"
self.name: str = "Jan Borchmann"
self.location: str = "Toronto, ON"
self.languages: List[str] = ["English", "German", "Spanish", "Python"]
self.hobbies: List[str] = ["🚲", "⚽️", "🏒", "✈️", "🎸", "🍺"]
self.workplace: str = "Shopify"
self.job: str = "Data Scientist"
def __str__(self):
return self.name
if __name__ == "__main__":
me = Borchmann()
Pinned Loading
-
-
-
intro_empirical_bayes
intro_empirical_bayes PublicJupyter notebooks for empirical Bayes introduction
Jupyter Notebook 1
-
-
capitalone/datacompy
capitalone/datacompy PublicPandas, Polars, Spark, and Snowpark DataFrame comparison for humans and more!
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.