-
Notifications
You must be signed in to change notification settings - Fork 3
XLS based decision tables for python
michaelneale/Python-Decision-tables
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
-- Python decision tables -- To use XLS format, the xlrd module is required to be available/installed. You can get this from:http://www.lexicon.net/sjmachin/xlrd.htm To install, you will unzip the xlrd package, and then run pythong setup.py install. To use: look in the pydt_test.py for an example on how to use it. Of most interest will be the Example.xls usage - it is both an example and a test case. The loading of the decision table data from the XLS into memory is a separate step so the cost of parsing the XLS file (which may be large) is small (also it means you could use your own tabular data source other than XLS if you wanted to). Enjoy ! Michael Neale http://www.michaelneale.net http://github.com/michaelneale http://twitter.com/michaelneale
About
XLS based decision tables for python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published