Closed lokijuhy closed 4 years ago
DataInterfaceBase
DataDirectory.save()
DataDirectory.contents
reload()
Unrelated:
TransformedDataDirectory
DataDirectory.ls()
SavedDataTransform
info
TransformedDataDirectory.get_info()
CSVDataInterface
DataInterfaceBase
now checks if there is a file extension in the passed file_name, and only adds file extension if it's not already there.DataDirectory.save()
adds entry toDataDirectory.contents
, so user doesn't have toreload()
to see the freshly saved file.Unrelated:
TransformedDataDirectory
inDataDirectory.ls()
SavedDataTransform
ininfo
attribute. This information is also accessible fromTransformedDataDirectory.get_info()
.CSVDataInterface
to not save the dataframe index.