Database with information about runs. To be queried etc
|
__adaptDatabase(self,
data)
Make sure that all the required columns and tables are there |
source code
|
|
|
|
|
|
|
__denormalize(self,
s)
Denormalize the column name that was normalized by _normalize |
source code
|
|
|
|
|
|
|
__init__(self,
name,
create=False,
verbose=False)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
__normalize(self,
s)
Normalize a column-name so that the case-insensitve column-names of
SQlite are no problem |
source code
|
|
|
add(self,
data)
Add a dictionary with data to the database |
source code
|
|
|
dumpToCSV(self,
fname,
selection=None,
disableRunData=None,
pandasFormat=True,
excel=False)
Dump the contents of the database to a csv-file |
source code
|
|
|
initDatabase(self,
name)
Create a new database file |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|