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

Block or report marketneutral

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. stock-cluster-nlp stock-cluster-nlp Public

    Jupyter Notebook 25 14

  2. alphatools alphatools Public

    Quantitative finance research tools in Python

    Jupyter Notebook 391 82

  3. robotic-cats robotic-cats Public

    Jupyter Notebook 11 9

  4. dotfiles dotfiles Public

    Emacs Lisp

  5. lectures lectures Public

    Jupyter Notebook 10 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