|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|
Configuration holder for CSV import/export of a DataFrame. More...
#include <string>#include <vector>#include <typeindex>#include <unordered_map>

Go to the source code of this file.
Classes | |
| struct | CSVOptions |
| Options describing how to interpret or write CSV data. More... | |
Configuration holder for CSV import/export of a DataFrame.
This struct captures how a DataFrame should be serialized to / deserialized from CSV: whether an index is present, the type of each column, and the type used for the index.
Definition in file CSVOptions.h.