Allows configuration of DataFrame behavior.
More...
#include <data_frame.hpp>
Allows configuration of DataFrame behavior.
Definition at line 52 of file data_frame.hpp.
◆ DuplicateKeyPolicy
◆ get_duplicate_key_policy()
◆ get_key_column()
| const std::string & csv::DataFrameOptions::get_key_column |
( |
| ) |
const |
|
inline |
◆ get_throw_on_missing_key()
| bool csv::DataFrameOptions::get_throw_on_missing_key |
( |
| ) |
const |
|
inline |
◆ set_duplicate_key_policy()
◆ set_key_column()
| DataFrameOptions & csv::DataFrameOptions::set_key_column |
( |
const std::string & |
value | ) |
|
|
inline |
◆ set_throw_on_missing_key()
| DataFrameOptions & csv::DataFrameOptions::set_throw_on_missing_key |
( |
bool |
value | ) |
|
|
inline |
The documentation for this class was generated from the following file: