package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Biotk.DataframeSource

Sourcetype t
Sourcetype column =
  1. | Ints of int array
  2. | Int_opts of int option array
  3. | Floats of float array
  4. | Float_opts of float option array
  5. | Strings of string array
  6. | String_opts of string option array
Sourceval nrows : t -> int
Sourceval ncols : t -> int
Sourceval get_col : t -> int -> column option
Sourceval get_col_by_name : t -> string -> column option
Sourceval columns : t -> (string * column) list
Sourceval make : (string * column) list -> (t, [> `Msg of string ]) result
Sourceval from_file : ?header: [ `Read_in_file | `Expect of string list | `Use of string list | `None ] -> string -> (t, [> `Msg of string ]) result
Sourcemodule Parser : sig ... end
Sourceval from_file_parse : header:bool -> string -> 'a Parser.t -> ('a, Parser.error) result
Sourceexception Error of string
Sourcemodule Ez : sig ... end
Sourcetype html_formatter = int -> string -> Html_types.td_content Tyxml.Html.elt
Sourceval to_html : ?formatters:(string * html_formatter) list -> t -> [> Html_types.table ] Tyxml.Html.elt
OCaml

Innovation. Community. Security.