mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-09 11:19:23 +08:00
fixed a few type-os to repair document generation.
This commit is contained in:
+2
-1
@@ -208,7 +208,8 @@ class namedict(object):
|
||||
return self.__dict__.has_key(name)
|
||||
|
||||
def as_series(self):
|
||||
s = pandas.Series(self.values(), self.keys())
|
||||
s = pandas.Series(self.__dict__.values(), self.__dict__.keys())
|
||||
return s
|
||||
|
||||
# ================
|
||||
# Control Protocol
|
||||
|
||||
Reference in New Issue
Block a user