Skip to content

pydget/crostab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crostab

table and cross-table analytics

Usage

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)

About

table and cross-table analytics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages