Skip to content
View marketneutral's full-sized avatar

Block or report marketneutral

Report abuse

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

Report abuse

Pinned Loading

  1. stock-cluster-nlp stock-cluster-nlp Public

    Jupyter Notebook 27 13

  2. alphatools alphatools Public

    Quantitative finance research tools in Python

    Jupyter Notebook 457 87

  3. robotic-cats robotic-cats Public

    Jupyter Notebook 10 8

  4. dotfiles dotfiles Public

    Emacs Lisp

  5. lectures lectures Public

    Jupyter Notebook 13 10

  6. Pandas Parallel Appy Pandas Parallel Appy
    1
    from joblib import Parallel, delayed
    2
    
                  
    3
    def expesive_calc(df):
    4
        df['new_col'] = ...
    5
        return df