|
Vince's CSV Parser
|
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) const | csv::DataFrame< KeyType > | inline |
| at(const KeyType &key) | csv::DataFrame< KeyType > | inline |
| at(const KeyType &key) const | csv::DataFrame< KeyType > | inline |
| begin() | csv::DataFrame< KeyType > | inline |
| begin() const | csv::DataFrame< KeyType > | inline |
| cbegin() const | csv::DataFrame< KeyType > | inline |
| cend() const | csv::DataFrame< KeyType > | inline |
| column(const std::string &name) const | csv::DataFrame< KeyType > | inline |
| columns() const noexcept | csv::DataFrame< KeyType > | inline |
| contains(const KeyType &key) const | csv::DataFrame< KeyType > | inline |
| DataFrame()=default | csv::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 noexcept | csv::DataFrame< KeyType > | inline |
| end() | csv::DataFrame< KeyType > | inline |
| end() const | csv::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) const | csv::DataFrame< KeyType > | inline |
| group_by(GroupFunc group_func) const | csv::DataFrame< KeyType > | inline |
| group_by(const std::string &name, bool use_edits=true) const | csv::DataFrame< KeyType > | inline |
| has_column(const std::string &name) const | csv::DataFrame< KeyType > | inline |
| iloc(size_t i) | csv::DataFrame< KeyType > | inline |
| iloc(size_t i) const | csv::DataFrame< KeyType > | inline |
| index_of(const std::string &name) const | csv::DataFrame< KeyType > | inline |
| key_at(size_t i) const | csv::DataFrame< KeyType > | inline |
| key_name() const noexcept | csv::DataFrame< KeyType > | inline |
| n_cols() const noexcept | csv::DataFrame< KeyType > | inline |
| n_rows() const noexcept | csv::DataFrame< KeyType > | inline |
| operator[](size_t i) | csv::DataFrame< KeyType > | inline |
| operator[](size_t i) const | csv::DataFrame< KeyType > | inline |
| operator[](const KeyType &key) | csv::DataFrame< KeyType > | inline |
| operator[](const KeyType &key) const | csv::DataFrame< KeyType > | inline |
| row_entry typedef | csv::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 noexcept | csv::DataFrame< KeyType > | inline |
| try_get(size_t i, DataFrameRow< KeyType > &out) | csv::DataFrame< KeyType > | inline |
| try_get(size_t i, DataFrameRow< KeyType > &out) const | csv::DataFrame< KeyType > | inline |
| try_get(const KeyType &key, DataFrameRow< KeyType > &out) | csv::DataFrame< KeyType > | inline |
| try_get(const KeyType &key, DataFrameRow< KeyType > &out) const | csv::DataFrame< KeyType > | inline |