mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
cleanup
This commit is contained in:
parent
92e32f80ad
commit
555f6e1531
2 changed files with 2 additions and 3 deletions
|
@ -69,8 +69,7 @@ class PandasDataframeDataset(BaseDataset):
|
|||
# check all columns in dataset schema are present
|
||||
assert len(self.df.columns) == len(self.dataset_def.dataset_schema)
|
||||
|
||||
# check all types match
|
||||
print(self.df.dtypes)
|
||||
# TODO: type checking against column types in dataset schema
|
||||
|
||||
def load(self) -> None:
|
||||
if self.df is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue