|
A library for working with phylogenetic and population genetic data.
v0.32.0
|
|
Go to the documentation of this file. 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
std::string summarize_columns(Dataframe const &df)
bool is_convertible_to_bool(Dataframe const &df, size_t col_index)
bool validate(Dataframe const &df)
void convert_to_double(Dataframe &df, size_t col_index)
Container namespace for all symbols of genesis in order to keep them separate when used as a library.
bool is_convertible_to_double(Dataframe const &df, size_t col_index)
void convert_to_bool(Dataframe &df, size_t col_index)
std::string summarize_column(Dataframe const &df, size_t col_index)