Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RCsvDS.cxx File Reference

Namespaces

namespace  ROOT
namespace  ROOT::RDF

Functions

RDataFrame ROOT::RDF::FromCSV (std::string_view fileName, bool readHeaders=true, char delimiter=',', Long64_t linesChunkSize=-1LL, std::unordered_map< std::string, char > &&colTypes={})
 Factory method to create a CSV RDataFrame.
RDataFrame ROOT::RDF::FromCSV (std::string_view fileName, const RCsvDS::ROptions &options)
 Factory method to create a CSV RDataFrame.