class Dataframe::CSVParser
- Dataframe::CSVParser
- Reference
- Object
Defined in:
parser/csv_parser.crConstructors
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)
#