1 #ifndef GENESIS_UTILS_CONTAINERS_DATAFRAME_OPERATORS_H_ 2 #define GENESIS_UTILS_CONTAINERS_DATAFRAME_OPERATORS_H_ 59 std::string
summarize_column( Dataframe
const& df, std::string
const& col_name );
98 bool validate( Dataframe
const& df );
103 #endif // include guard bool is_convertible_to_double(Dataframe const &df, size_t col_index)
bool is_convertible_to_bool(Dataframe const &df, size_t col_index)
void convert_to_bool(Dataframe &df, size_t col_index)
Container namespace for all symbols of genesis in order to keep them separate when used as a library...
void convert_to_double(Dataframe &df, size_t col_index)
std::string summarize_columns(Dataframe const &df)
bool validate(Dataframe const &df)
Merge two Dataframes by appending the columns of the second one (appendix) to the first one (target)...
std::string summarize_column(Dataframe const &df, size_t col_index)