Logo ROOT   6.14/05
Reference Guide
Namespaces | Functions
RCsvDS.cxx File Reference
#include <ROOT/RDFUtils.hxx>
#include <ROOT/TSeq.hxx>
#include <ROOT/RCsvDS.hxx>
#include <ROOT/RMakeUnique.hxx>
#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
Include dependency graph for RCsvDS.cxx:

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::RDF
 

Functions

RDataFrame ROOT::RDF::MakeCsvDataFrame (std::string_view fileName, bool readHeaders=true, char delimiter=',', Long64_t linesChunkSize=-1LL)
 Factory method to create a CSV RDataFrame. More...