Skip to content
View skrawcz's full-sized avatar

Block or report skrawcz

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. apache/hamilton apache/hamilton Public

    Apache 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 2.5k 198

  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

    3