kindle manager
This commit is contained in:
@@ -80,6 +80,8 @@ class mTable():
|
||||
|
||||
if __name__=='__main__':
|
||||
|
||||
"""
|
||||
# move to unitest.kman.py
|
||||
print('\n---------------------')
|
||||
data = [['Ohiox','Ohio','Ohio','Nevada','Nevada'],
|
||||
[2000,2001,2002,2001,2002],
|
||||
@@ -126,3 +128,5 @@ if __name__=='__main__':
|
||||
print('== frame.shape[1]\n', mt.get_num_columns())
|
||||
print('== frame.columns\n', mt.get_columns())
|
||||
print('== frame.index\n', mt.get_index())
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user