Skip to content
lasyard edited this page Mar 30, 2018 · 3 revisions

Welcome to the pyDataCanvas wiki!

DataSet

def __init__(self, schema_name, url, spec=None)
  • url: a string, describes how to access data
  • schema_name: a string, specifies the data format
  • spec: a Spec object, describes how to verify and transform the data
Clone this wiki locally