-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
datasetIssues or pull requests related to datasetsIssues or pull requests related to datasets
Description
ArrowDataset.from_tabular_file is similar to TabularDataset's __init__. I think it's safe to remove this function. The same effect can be achieved with:
ArrowDataset.from_dataset(TabularDataset(...), ...)E.g. #267 introduced some changes to TabularDataset's __init__ and this logic was not added to ArrowDataset. By deleting from_tabular_file, we won't have such problems in the future.
mttk
Metadata
Metadata
Assignees
Labels
datasetIssues or pull requests related to datasetsIssues or pull requests related to datasets