Vince's CSV Parser
Loading...
Searching...
No Matches
csv::DataFrame< KeyType > Member List

This is the complete list of members for csv::DataFrame< KeyType >, including all inherited members.

at(size_t i)csv::DataFrame< KeyType >inline
at(size_t i) constcsv::DataFrame< KeyType >inline
at(const KeyType &key)csv::DataFrame< KeyType >inline
at(const KeyType &key) constcsv::DataFrame< KeyType >inline
begin()csv::DataFrame< KeyType >inline
begin() constcsv::DataFrame< KeyType >inline
cbegin() constcsv::DataFrame< KeyType >inline
cend() constcsv::DataFrame< KeyType >inline
column(const std::string &name) constcsv::DataFrame< KeyType >inline
columns() const noexceptcsv::DataFrame< KeyType >inline
contains(const KeyType &key) constcsv::DataFrame< KeyType >inline
DataFrame()=defaultcsv::DataFrame< KeyType >
DataFrame(CSVReader &reader)csv::DataFrame< KeyType >inlineexplicit
DataFrame(CSVReader &reader, const DataFrameOptions &options)csv::DataFrame< KeyType >inlineexplicit
DataFrame(csv::string_view filename, const DataFrameOptions &options, CSVFormat format=CSVFormat::guess_csv())csv::DataFrame< KeyType >inline
DataFrame(CSVReader &reader, const std::string &_key_column, DuplicateKeyPolicy policy=DuplicateKeyPolicy::OVERWRITE, bool throw_on_missing_key=true)csv::DataFrame< KeyType >inline
DataFrame(CSVReader &reader, KeyFunc key_func, DuplicateKeyPolicy policy=DuplicateKeyPolicy::OVERWRITE)csv::DataFrame< KeyType >inline
DataFrame(CSVReader &reader, KeyFunc key_func, const DataFrameOptions &options)csv::DataFrame< KeyType >inline
DuplicateKeyPolicy typedef (defined in csv::DataFrame< KeyType >)csv::DataFrame< KeyType >
empty() const noexceptcsv::DataFrame< KeyType >inline
end()csv::DataFrame< KeyType >inline
end() constcsv::DataFrame< KeyType >inline
erase_row(const KeyType &key)csv::DataFrame< KeyType >inline
erase_row_at(size_t i)csv::DataFrame< KeyType >inline
get(const KeyType &key, const std::string &column) constcsv::DataFrame< KeyType >inline
group_by(GroupFunc group_func) constcsv::DataFrame< KeyType >inline
group_by(const std::string &name, bool use_edits=true) constcsv::DataFrame< KeyType >inline
has_column(const std::string &name) constcsv::DataFrame< KeyType >inline
iloc(size_t i)csv::DataFrame< KeyType >inline
iloc(size_t i) constcsv::DataFrame< KeyType >inline
index_of(const std::string &name) constcsv::DataFrame< KeyType >inline
key_at(size_t i) constcsv::DataFrame< KeyType >inline
key_name() const noexceptcsv::DataFrame< KeyType >inline
n_cols() const noexceptcsv::DataFrame< KeyType >inline
n_rows() const noexceptcsv::DataFrame< KeyType >inline
operator[](size_t i)csv::DataFrame< KeyType >inline
operator[](size_t i) constcsv::DataFrame< KeyType >inline
operator[](const KeyType &key)csv::DataFrame< KeyType >inline
operator[](const KeyType &key) constcsv::DataFrame< KeyType >inline
row_entry typedefcsv::DataFrame< KeyType >
set(const KeyType &key, const std::string &column, const std::string &value)csv::DataFrame< KeyType >inline
set_at(size_t i, const std::string &column, const std::string &value)csv::DataFrame< KeyType >inline
size() const noexceptcsv::DataFrame< KeyType >inline
try_get(size_t i, DataFrameRow< KeyType > &out)csv::DataFrame< KeyType >inline
try_get(size_t i, DataFrameRow< KeyType > &out) constcsv::DataFrame< KeyType >inline
try_get(const KeyType &key, DataFrameRow< KeyType > &out)csv::DataFrame< KeyType >inline
try_get(const KeyType &key, DataFrameRow< KeyType > &out) constcsv::DataFrame< KeyType >inline