Variables

biopreparedata Namespace Reference

Variables

string replaceBlanksBy = '_'
string stringDelimiters = '"'
string comma = ','
string defaultCoding = '99999'
tuple filename = str(sys.argv[1])
tuple f = open(str(sys.argv[1]), 'r')
string legend_filename = 'legend_'
string data_filename = 'biogeme_'
int first = 1
list entries = []
dictionary columns = {}
int rowNumber = 1
int error = 0
tuple firstRow = line.rstrip()
tuple datafirstRow = firstRow.split(comma)
tuple cleanedRow = line.rstrip()
tuple row = cleanedRow.split(comma)
list stringColumns = [0 for i in range(len(entries[0]))]
tuple y = float(x)
dictionary coltranslate = {}
tuple t = set()
int code = 0
tuple b = open(data_filename,'w')
tuple l = open(legend_filename,'w')

Variable Documentation

tuple biopreparedata::b = open(data_filename,'w')
tuple biopreparedata::cleanedRow = line.rstrip()
dictionary biopreparedata::columns = {}
string biopreparedata::comma = ','
string biopreparedata::data_filename = 'biogeme_'
tuple biopreparedata::datafirstRow = firstRow.split(comma)
tuple biopreparedata::f = open(str(sys.argv[1]), 'r')
tuple biopreparedata::filename = str(sys.argv[1])
tuple biopreparedata::firstRow = line.rstrip()
string biopreparedata::legend_filename = 'legend_'
tuple biopreparedata::row = cleanedRow.split(comma)
list biopreparedata::stringColumns = [0 for i in range(len(entries[0]))]
tuple biopreparedata::t = set()
tuple biopreparedata::y = float(x)
 All Classes Namespaces Files Functions Variables