Skip to content

voglster/tabular_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabular Data Set

Just s simple utility that's pure python to help work with xlwings range.expand() data. Takes and excel spreadsheet and lets you convert it to and from dictionaries.

Usage

pip install tabular_dataset

from tabular_dataset import TabularDataSet

td = TabularDataSet(raw_data=range.expand())

dict_list = list(td.as_dictionaries())

About

useful util for working with xlwings range().expand()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages