var searchIndex = {}; searchIndex["rusty_data"] = {"doc":"# The rusty-data library","items":[[0,"loader","rusty_data","The loader module",null,null],[3,"Loader","rusty_data::loader","Loader struct",null,null],[12,"has_header","","True if there are headers present in the file",0,null],[12,"delimiter","","The delimiter character",0,null],[5,"load_file","","Load the specified file to a DataTable.",null,{"inputs":[{"name":"str"}],"output":{"name":"datatable"}}],[11,"new","","Constructs a new Loader.",0,{"inputs":[{"name":"bool"},{"name":"str"},{"name":"char"}],"output":{"name":"loader"}}],[11,"load_file","","Load the file from the loader with given delimiter.",0,null],[0,"datatable","rusty_data","The datatable module.",null,null],[3,"DataTable","rusty_data::datatable","A data table consisting of varying column types and headers.",null,null],[12,"data_cols","","Vector of DataColumns.",1,null],[3,"DataColumn","","A data column consisting of Strings.",null,null],[12,"name","","The name associated with the DataColumn.",2,null],[4,"DataError","","Errors related to Data functions.",null,null],[13,"DataCastError","","An error for attempting to cast data types within DataTable.",3,null],[11,"empty","","Constructs an empty DataTable",1,{"inputs":[],"output":{"name":"datatable"}}],[11,"cols","","The number of columns in the DataTable.",1,null],[11,"rows","","The number of rows in the DataTable.",1,null],[11,"shrink_to_fit","","Shrinks the table and it's underlying columns.",1,null],[11,"into_consistent_data","","Consumes self and attempts to convert the DataTable into a single Vec.",1,null],[11,"consistent_data","","Attempts to convert the DataTable into a single Vec.",1,null],[11,"fmt","","",3,null],[11,"fmt","","",3,null],[11,"description","","",3,null],[11,"empty","","Constructs an empty data column.",2,{"inputs":[],"output":{"name":"datacolumn"}}],[11,"len","","Gets the length of the data column.",2,null],[11,"data","","Gets an immutable reference to the underlying data.",2,null],[11,"push","","Pushes a new &str to the column.",2,null],[11,"shrink_to_fit","","Shrink the column to fit the data.",2,null],[11,"into_vec","","Consumes self and returns a Vec of the requested type.",2,null],[11,"cast","","Cast the data to the requested type.",2,null],[11,"into_iter_cast","","Consumes self and returns an iterator which parses\nthe data to the specified type returning results.",2,null]],"paths":[[3,"Loader"],[3,"DataTable"],[3,"DataColumn"],[4,"DataError"]]}; initSearch(searchIndex);