Turi Create  4.0
turi::gl_sframe Member List

This is the complete list of members for turi::gl_sframe, including all inherited members.

add_column(const flexible_type &data, const std::string &name="")turi::gl_sframevirtual
add_column(const gl_sarray &data, const std::string &name="")turi::gl_sframevirtual
add_columns(const gl_sframe &data)turi::gl_sframevirtual
add_row_number(const std::string &column_name="id", size_t start=0) constturi::gl_sframe
append(const gl_sframe &other) constturi::gl_sframe
apply(std::function< flexible_type(const sframe_rows::row &)> fn, flex_type_enum dtype) constturi::gl_sframe
column_index(const std::string &column_name) constturi::gl_sframe
column_name(size_t index) constturi::gl_sframe
column_names() constturi::gl_sframevirtual
column_types() constturi::gl_sframevirtual
construct_from_csvs(std::string csv_file, csv_parsing_config_map csv_config, str_flex_type_map column_type_hints)turi::gl_sframe
contains_column(const std::string &col_name) constturi::gl_sframe
dropna(const std::vector< std::string > &columns=std::vector< std::string >(), std::string how="any", bool recursive=false) constturi::gl_sframe
dropna_split(const std::vector< std::string > &columns=std::vector< std::string >(), std::string how="any", bool recursive=false) constturi::gl_sframe
empty() constturi::gl_sframe
fillna(const std::string &column, flexible_type value) constturi::gl_sframe
filter_by(const gl_sarray &values, const std::string &column_name, bool exclude=false) constturi::gl_sframe
gl_sframe()turi::gl_sframe
gl_sframe(const gl_sframe &)turi::gl_sframe
gl_sframe(gl_sframe &&)turi::gl_sframe
gl_sframe(const std::string &directory)turi::gl_sframeexplicit
gl_sframe(const std::map< std::string, std::vector< flexible_type > > &data)turi::gl_sframe
gl_sframe(const std::map< std::string, gl_sarray > &data)turi::gl_sframe
gl_sframe(std::initializer_list< std::pair< std::string, gl_sarray >>)turi::gl_sframe
groupby(const std::vector< std::string > &groupkeys, const std::map< std::string, aggregate::groupby_descriptor_type > &operators=std::map< std::string, aggregate::groupby_descriptor_type >()) constturi::gl_sframe
has_size() constturi::gl_sframe
head(size_t n) constturi::gl_sframe
is_materialized() constturi::gl_sframe
join(const gl_sframe &right, const std::vector< std::string > &joinkeys, const std::string &how="inner") constturi::gl_sframe
join(const gl_sframe &right, const std::map< std::string, std::string > &joinkeys, const std::string &how="inner") constturi::gl_sframe
materialize()turi::gl_sframe
materialize_to_callback(std::function< bool(size_t, const std::shared_ptr< sframe_rows > &)> callback, size_t nthreads=(size_t)(-1))turi::gl_sframe
num_columns() constturi::gl_sframevirtual
operator<<(std::ostream &out, const gl_sframe &other)turi::gl_sframefriend
operator=(const gl_sframe &)turi::gl_sframe
operator=(gl_sframe &&)turi::gl_sframe
operator[](int64_t i)turi::gl_sframe
operator[](int64_t i) constturi::gl_sframe
operator[](const std::initializer_list< int64_t > &slice)turi::gl_sframe
operator[](const std::initializer_list< int64_t > &slice) constturi::gl_sframe
operator[](const gl_sarray &logical_filter) constturi::gl_sframe
pack_columns(const std::vector< std::string > &columns, const std::string &new_column_name, flex_type_enum dtype=flex_type_enum::LIST, flexible_type fill_na=FLEX_UNDEFINED) constturi::gl_sframe
pack_columns(const std::string &column_prefix, const std::string &new_column_name, flex_type_enum dtype=flex_type_enum::LIST, flexible_type fill_na=FLEX_UNDEFINED) constturi::gl_sframe
plot() constturi::gl_sframe
random_split(double fraction) constturi::gl_sframe
random_split(double fraction, size_t seed, bool exact=false) constturi::gl_sframe
range_iterator(size_t start=0, size_t end=(size_t)(-1)) constturi::gl_sframe
remove_column(const std::string &name)turi::gl_sframevirtual
rename(const std::map< std::string, std::string > &old_to_new_names)turi::gl_sframevirtual
replace_add_column(const gl_sarray &data, const std::string &name="")turi::gl_sframevirtual
sample(double fraction) constturi::gl_sframe
sample(double fraction, size_t seed, bool exact=false) constturi::gl_sframe
save(const std::string &path, const std::string &format="") constturi::gl_sframe
save_reference(const std::string &path) constturi::gl_sframe
select_column(const std::string &colname) constturi::gl_sframe
select_columns(const std::vector< std::string > &colnames) constturi::gl_sframe
show(const std::string &path_to_client) constturi::gl_sframe
size() constturi::gl_sframevirtual
sort(const std::string &column, bool ascending=true) constturi::gl_sframe
sort(const std::vector< std::string > &columns, bool ascending=true) constturi::gl_sframe
sort(const std::initializer_list< std::string > &columns, bool ascending=true) constturi::gl_sframe
sort(const std::vector< std::pair< std::string, bool >> &column_and_ascending) constturi::gl_sframe
split_datetime(const std::string &expand_column, const std::string &column_name_prefix="X", const std::vector< std::string > &limit=std::vector< std::string >(), bool tzone=false) constturi::gl_sframe
stack(const std::string &column_name, const std::string &new_column_names, bool drop_na=false) constturi::gl_sframe
stack(const std::string &column_name, const std::vector< std::string > &new_column_names, bool drop_na=false) constturi::gl_sframe
swap_columns(const std::string &column_1, const std::string &column_2)turi::gl_sframevirtual
tail(size_t n) constturi::gl_sframe
topk(const std::string &column_name, size_t k=10, bool reverse=false) constturi::gl_sframe
unique() constturi::gl_sframe
unpack(const std::string &unpack_column, const std::string &column_name_prefix="X", const std::vector< flex_type_enum > &column_types=std::vector< flex_type_enum >(), const flexible_type &na_value=FLEX_UNDEFINED, const std::vector< flexible_type > &limit=std::vector< flexible_type >()) constturi::gl_sframe
unstack(const std::string &columns, const std::string &new_column_name="") constturi::gl_sframe
unstack(const std::vector< std::string > &columns, const std::string &new_column_name="") constturi::gl_sframe