Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
CSVReader.h File Reference

Helper for loading CSV files into a DataFrame. More...

#include <string>
#include <vector>
#include <typeindex>
#include <unordered_map>
#include "DataFrame.h"
#include "CSVOptions.h"
Include dependency graph for CSVReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSVReader
 CSV → DataFrame loader with basic type handling. More...
 

Detailed Description

Helper for loading CSV files into a DataFrame.

This header declares a small utility class that reads a CSV file and constructs a DataFrame according to a set of options (column types, presence of an index, etc.).

Definition in file CSVReader.h.