class Dataframe::CSVParser

Defined in:

parser/csv_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(string_or_io : String | IO, headers : Bool = true, separator : Char = CSVLexer::DEFAULT_SEPARATOR, quote_char : Char = CSVLexer::DEFAULT_QUOTE_CHAR) #

[View source]

Instance Method Detail

def parse : Dataframe #

[View source]