コード例 #1
0
ファイル: adataframe.py プロジェクト: chbrandt/booq
 def to_table(self):
     from booq.table import ATable
     tab = ATable.from_series(self)
     return tab