tabula
tabula
API
io.github.edadma.tabula
Axis
BoolType
Dataset
Dataset
FloatType
InferType
IntType
Sample
StringType
TimestampType
Type
Type
UnknownType
run
tabula
/
io.github.edadma.tabula
/
Dataset
Dataset
io.github.edadma.tabula.Dataset
See the
Dataset
companion class
object
Dataset
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Dataset
.
type
Members list
Clear all
Value members
Concrete methods
def
apply
(
data
:
Seq
[
Seq
[
Any
]]):
Dataset
def
apply
(
columns
:
Seq
[
String
],
data
:
Seq
[
Seq
[
Any
]],
types
:
Seq
[
Type
],
indices
:
Seq
[
Any
]):
Dataset
def
apply
(
cname
:
String
,
data
:
Seq
[
Any
]):
Dataset
def
apply
(
m
:
Map
[
String
,
Seq
[
Any
]]):
Dataset
def
fromCSVFile
(
file
:
String
,
columns
:
Seq
[
String
]):
Dataset
def
fromCSVString
(
s
:
String
,
columns
:
Seq
[
String
]):
Dataset
def
fromTabFile
(
table
:
String
,
file
:
String
):
Dataset
def
fromTabString
(
table
:
String
,
s
:
String
):
Dataset
In this article
Attributes
Members list
Value members
Concrete methods