Skip to content
View skrawcz's full-sized avatar
Block or Report

Block or report skrawcz

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

Pinned Loading

  1. DAGWorks-Inc/hamilton DAGWorks-Inc/hamilton Public

    Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage/tracing and metadata. Runs and scales everywhere python does.

    Jupyter Notebook 1.6k 98

  2. Hamilton with a single value node Hamilton with a single value node
    1
    # --- my_functions.py
    2
    import pandas as pd
    3
    
                  
    4
    
                  
    5
    def avg_3wk_spend(spend: pd.Series) -> pd.Series:
  3. JSON Structured Logger JSON Structured Logger
    1
    import json
    2
    import logging
    3
    import sys
    4
    
                  
    5
    
                  
  4. talks talks Public

    Slides from my talks

    2