Logo ROOT  
Reference Guide
RNumpyDS.hxx File Reference
#include "Python.h"
#include "ROOT/RIntegerSequence.hxx"
#include "ROOT/RMakeUnique.hxx"
#include "ROOT/RDataSource.hxx"
#include "ROOT/TSeq.hxx"
#include "ROOT/RVec.hxx"
#include <algorithm>
#include <map>
#include <tuple>
#include <string>
#include <typeinfo>
#include <vector>
Include dependency graph for RNumpyDS.hxx:

Classes

class  ROOT::Internal::RDF::RNumpyDS< ColumnTypes >
 A RDataSource implementation which takes a collection of RVecs, which are able to adopt data from Numpy arrays. More...
 

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 

Functions

template<typename... ColumnTypes>
RDataFrame * ROOT::Internal::RDF::MakeNumpyDataFrame (PyObject *pyRVecs, std::pair< std::string, ROOT::RVec< ColumnTypes > * > &&... colNameProxyPairs)