A typo in the Instruction part
nickyang28 opened this issue · 1 comments
nickyang28 commented
DataPy.dataset(addr='data.csv', title=True, split='AUTO', db=None, name=Data, firstline=1, miss_value=None)
Should be
DataPy.dataset(addr='data.csv', title=True, split='AUTO', db=None, name='Data', firstline=1, miss_value=None)
JacksonWuxs commented
Thanks for you correcting suggestion!