Skip to content

display_df function referenced but not defined #7

@leifulstrup

Description

@leifulstrup

Describe the bug
There is a reference to a function display_df(df.T, header=None) but the dsiplay_df function is not defined in the notebook.

It needs to perform something like this (or a better-written version of this):

def display_df(df, header=True):
if header:
return df
else:
df.columns = ["" for col in df.columns]
return df

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions