Skip to content

Ebnt 384 dvc#123

Open
mike0sv wants to merge 22 commits intodevfrom
EBNT-384-dvc
Open

Ebnt 384 dvc#123
mike0sv wants to merge 22 commits intodevfrom
EBNT-384-dvc

Conversation

@mike0sv
Copy link
Copy Markdown
Contributor

@mike0sv mike0sv commented Jul 13, 2020

No description provided.

@mike0sv mike0sv requested a review from ElmiRakh July 13, 2020 08:50
@mike0sv mike0sv self-assigned this Jul 13, 2020
self.data_type = data_type
def __init__(self, format: PandasFormat, dataset_type: DataFrameType, path: str = None):
super(PandasReader, self).__init__(dataset_type)
self.path = path or PANDAS_DATA_FILE
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if dataset is in remote location, or in any sort of container? How that will work?

encoding: str = None):
self.path = path
self.repo = repo
self.rev = rev
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's rev? Also docs would be very appriciated.

@@ -22,7 +22,7 @@ class NumpyNdarrayWriter(DatasetWriter):
"""DatasetWriter implementation for numpy ndarray"""

def write(self, dataset: Dataset) -> Tuple[DatasetReader, ArtifactCollection]:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does commit-mechanic of DVC works with writing datasets?

Base automatically changed from EBNT-259-datasets to dev September 6, 2020 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants