Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(0) | Derive(1) | Import(0)
Class representing a collection of csv files stored in a directory. Instances of this class can create, read and manipulate these directories and the data in them. This class is used to create the output data of the PEATSA command line tool. Attributes: name - The name of the data directory location - The path to the directory containing the data path - The full path to the data
src/p/e/PEATDB-2.3/PEATSA/WebApp/Data.py PEATDB(Download)
class SQLDataSet(Core.Data.DataSet): '''Subclass of Core.Data.DataSet which stores the matrices in a SQL database. Note: The Database must have a table called Data with the correct format.