from crostab import Table
bistro_duty_roster = {
'head': ['day', 'name', 'served', 'sold', 'adt'],
'rows': [
[1, 'Joyce', 70, 7, ''],
[1, 'Lance', 98, 15, ''],
[1, 'Naomi', 90, 14, ''],
]
}
table=Table.from_dict(bistro_duty_roster)
print(table.columns)
-
Notifications
You must be signed in to change notification settings - Fork 0
pydget/crostab
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
table and cross-table analytics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published