walliuswilliam / machine-learning

0 stars 0 forks source link

Finish from_csv classmethod in your dataframe class #8

Closed anton-perez closed 3 years ago

anton-perez commented 3 years ago

Don't forget to preface it with @classmethod and initialize it with cls as the first argument.

walliuswilliam commented 3 years ago

finished