Skip to content
Snippets Groups Projects
Commit 5129400f authored by Sortofamudkip's avatar Sortofamudkip
Browse files

more Dataset skeleton funcs: get_dataset_columns and get_plottable_columns

parent 72515f5a
No related branches found
No related tags found
1 merge request!5Resolve "Basic Dataset class"
......@@ -12,3 +12,9 @@ class Dataset:
def draw_histogram(self):
raise NotImplementedError
def get_dataset_columns(self) -> list:
raise NotImplementedError
def get_plottable_columns(self) -> list:
raise NotImplementedError
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment