Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dataframe
v0.2.2
Dataframe
Column
ColumnType
CSVBuilder
CSVLexer
Token
Kind
CSVParser
InvalidDataframeError
InvalidRowError
InvalidTypeError
NonNumericTypeError
Row
Type
Generated using Crystal 1.14.0
2024-12-03 14:01:49 UTC
class
Dataframe::
InvalidDataframeError
Dataframe::InvalidDataframeError
Exception
Reference
Object
Overview
Raised when an error is encountered during parsing.
Defined in:
common.cr
Constructors
.new
(message =
"Rows are of uneven length"
)
Constructor Detail
def self.
new
(message =
"Rows are of uneven length"
)
#
[
View source
]