Open
Description
I think the use of pandas here is unjustified. All the operations where it's used can be just more cleanly accomplished with python datatypes: dicts and lists.
Originally posted by @dimitri-yatsenko in datajoint/workflow-session#9 (comment)
writing a sample CSV file with sample data can be made much simpler. Consider simply writing a multiline string into a file.
Originally posted by @dimitri-yatsenko in datajoint/workflow-session#9 (comment)