It took me hours to understand. In python do the following:
Import Orange List, Of, Column, Variables = [Orange.feature.Discrete(x) for x in ['What','Theyre','Called','AsStrings']] Domain = Orange.data.Domain([List, Of, Column, Variables]) Table = Orange.data.Table(Domain) Table.save('NewTable.tab')
I would tell you what every bit of code does, but at the moment I'm not sure. It's funny that such a powerful toolkit should have such hard-to-understand documentation, but I suspect because the entire database has doctorates.
source share