Merge pull request #315 from cls1991/develop

DataBook().load function params error.
This commit is contained in:
Timo Furrer
2019-03-02 12:13:11 +01:00
committed by GitHub
+1 -1
View File
@@ -1105,7 +1105,7 @@ class Databook(object):
"""The number of the :class:`Dataset` objects within :class:`Databook`."""
return len(self._datasets)
def load(self, format, in_stream, **kwargs):
def load(self, in_stream, format, **kwargs):
"""
Import `in_stream` to the :class:`Databook` object using the `format`.