guywilsonjr / AllStars

GNU General Public License v3.0
0 stars 0 forks source link

Detect outliers #13

Open guywilsonjr opened 2 years ago

guywilsonjr commented 2 years ago

Detect, Analyze, and create function to remove outliers

def remove_outliers(df: pd.Dataframe) -> pd.Dataframe:
    # Do stuff to find outliers
    # Do stuff to remove outliers
    # Return Dataframe with outliers removed