Index _ | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z _ __array__() (polars.DataFrame method) (polars.Series method) __arrow_c_stream__() (polars.DataFrame method) (polars.Series method) __dataframe__() (polars.DataFrame method) __enter__() (polars.SQLContext method) __exit__() (polars.SQLContext method) __getitem__() (polars.DataFrame method) (polars.Series method) __init__() (polars.CredentialProvider method) (polars.CredentialProviderAWS method) (polars.CredentialProviderGCP method) (polars.datatypes.Array method) (polars.datatypes.Binary method) (polars.datatypes.Boolean method) (polars.datatypes.Categorical method) (polars.datatypes.DataType method) (polars.datatypes.Date method) (polars.datatypes.Datetime method) (polars.datatypes.Decimal method) (polars.datatypes.Duration method) (polars.datatypes.Enum method) (polars.datatypes.Float32 method) (polars.datatypes.Float64 method) (polars.datatypes.Int16 method) (polars.datatypes.Int32 method) (polars.datatypes.Int64 method) (polars.datatypes.Int8 method) (polars.datatypes.List method) (polars.datatypes.Null method) (polars.datatypes.Object method) (polars.datatypes.String method) (polars.datatypes.Struct method) (polars.datatypes.Time method) (polars.datatypes.UInt16 method) (polars.datatypes.UInt32 method) (polars.datatypes.UInt64 method) (polars.datatypes.UInt8 method) (polars.datatypes.Unknown method) (polars.lazyframe.engine_config.GPUEngine method) (polars.SQLContext method) (polars.StringCache method) (polars.testing.parametric.column method) __iter__() (polars.dataframe.group_by.GroupBy method) A abs() (polars.Expr method) (polars.Series method) add() (polars.Expr method) add_business_days() (polars.Expr.dt method) (polars.Series.dt method) agg() (polars.dataframe.group_by.GroupBy method) (polars.lazyframe.group_by.LazyGroupBy method) agg_groups() (polars.Expr method) alias() (polars.Expr method) (polars.Series method) align_frames() (in module polars) all() (in module polars) (in module polars.selectors) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) all_horizontal() (in module polars) alpha() (in module polars.selectors) alphanumeric() (in module polars.selectors) and_() (polars.Expr method) any() (in module polars) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) any_horizontal() (in module polars) append() (polars.Expr method) (polars.Series method) approx_n_unique() (in module polars) (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) arange() (in module polars) arccos() (polars.Expr method) (polars.Series method) arccosh() (polars.Expr method) (polars.Series method) arcsin() (polars.Expr method) (polars.Series method) arcsinh() (polars.Expr method) (polars.Series method) arctan() (polars.Expr method) (polars.Series method) arctan2() (in module polars) arctan2d() (in module polars) arctanh() (polars.Expr method) (polars.Series method) arg_max() (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) arg_min() (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) arg_sort() (polars.Expr method) (polars.Series method) arg_sort_by() (in module polars) arg_true() (polars.Expr method) (polars.Series method) arg_unique() (polars.Expr method) (polars.Series method) arg_where() (in module polars) Array (class in polars.datatypes) assert_frame_equal() (in module polars.testing) assert_frame_not_equal() (in module polars.testing) assert_series_equal() (in module polars.testing) assert_series_not_equal() (in module polars.testing) B backward_fill() (polars.Expr method) base_utc_offset() (polars.Expr.dt method) (polars.Series.dt method) Binary (class in polars.datatypes) binary() (in module polars.selectors) bitwise_and() (polars.Expr method) (polars.Series method) bitwise_count_ones() (polars.Expr method) (polars.Series method) bitwise_count_zeros() (polars.Expr method) (polars.Series method) bitwise_leading_ones() (polars.Expr method) (polars.Series method) bitwise_leading_zeros() (polars.Expr method) (polars.Series method) bitwise_or() (polars.Expr method) (polars.Series method) bitwise_trailing_ones() (polars.Expr method) (polars.Series method) bitwise_trailing_zeros() (polars.Expr method) (polars.Series method) bitwise_xor() (polars.Expr method) (polars.Series method) Boolean (class in polars.datatypes) boolean() (in module polars.selectors) bottom_k() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) bottom_k_by() (polars.Expr method) build_info() (in module polars) business_day_count() (in module polars) by_dtype() (in module polars.selectors) by_index() (in module polars.selectors) by_name() (in module polars.selectors) C cache() (polars.LazyFrame method) cancel() (polars.lazyframe.in_process.InProcessQuery method) cast() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) cast_time_unit() (polars.Expr.dt method) (polars.Series.dt method) Categorical (class in polars.datatypes) categorical() (in module polars.selectors) CategoricalRemappingWarning cbrt() (polars.Expr method) (polars.Series method) ceil() (polars.Expr method) (polars.Series method) century() (polars.Expr.dt method) (polars.Series.dt method) ChronoFormatWarning chunk_lengths() (polars.Series method) clear() (polars.DataFrame method) (polars.LazyFrame method) (polars.Series method) clip() (polars.Expr method) (polars.Series method) clone() (polars.DataFrame method) (polars.LazyFrame method) (polars.Series method) coalesce() (in module polars) collect() (polars.LazyFrame method) collect_all() (in module polars) collect_all_async() (in module polars) collect_async() (polars.LazyFrame method) collect_schema() (polars.DataFrame method) (polars.LazyFrame method) column (class in polars.testing.parametric) ColumnNotFoundError columns (polars.DataFrame property) (polars.LazyFrame property) columns() (in module polars.testing.parametric) combine() (polars.Expr.dt method) (polars.Series.dt method) ComputeError concat() (in module polars) (polars.Expr.list method) (polars.Expr.str method) (polars.Series.list method) (polars.Series.str method) concat_arr() (in module polars) concat_list() (in module polars) concat_str() (in module polars) contains() (in module polars.selectors) (polars.Expr.arr method) (polars.Expr.bin method) (polars.Expr.list method) (polars.Expr.str method) (polars.Series.arr method) (polars.Series.bin method) (polars.Series.list method) (polars.Series.str method) contains_any() (polars.Expr.str method) (polars.Series.str method) convert_time_zone() (polars.Expr.dt method) (polars.Series.dt method) corr() (in module polars) (polars.DataFrame method) cos() (polars.Expr method) (polars.Series method) cosh() (polars.Expr method) (polars.Series method) cot() (polars.Expr method) (polars.Series method) count() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) count_matches() (polars.Expr.arr method) (polars.Expr.list method) (polars.Expr.str method) (polars.Series.arr method) (polars.Series.list method) (polars.Series.str method) cov() (in module polars) create_list_strategy() (in module polars.testing.parametric) CredentialProvider (class in polars) CredentialProviderAWS (class in polars) CredentialProviderGCP (class in polars) cum_count() (in module polars) (polars.Expr method) (polars.Series method) cum_fold() (in module polars) cum_max() (polars.Expr method) (polars.Series method) cum_min() (polars.Expr method) (polars.Series method) cum_prod() (polars.Expr method) (polars.Series method) cum_reduce() (in module polars) cum_sum() (in module polars) (polars.Expr method) (polars.Series method) cum_sum_horizontal() (in module polars) cumulative_eval() (polars.Expr method) (polars.Series method) CustomUFuncWarning cut() (polars.Expr method) (polars.Series method) D dataframes() (in module polars.testing.parametric) DataOrientationWarning DataType (class in polars.datatypes) Date (class in polars.datatypes) date() (in module polars) (in module polars.selectors) (polars.Expr.dt method) (polars.Series.dt method) date_range() (in module polars) date_ranges() (in module polars) Datetime (class in polars.datatypes) datetime() (in module polars) (in module polars.selectors) (polars.Expr.dt method) (polars.Series.dt method) datetime_range() (in module polars) datetime_ranges() (in module polars) day() (polars.Expr.dt method) (polars.Series.dt method) Decimal (class in polars.datatypes) decimal() (in module polars.selectors) decode() (polars.Expr.bin method) (polars.Expr.str method) (polars.Series.bin method) (polars.Series.str method) degrees() (polars.Expr method) describe() (polars.DataFrame method) (polars.LazyFrame method) (polars.Series method) deserialize() (polars.DataFrame class method) (polars.Expr class method) (polars.LazyFrame class method) diff() (polars.Expr method) (polars.Expr.list method) (polars.Series method) (polars.Series.list method) digit() (in module polars.selectors) disable_string_cache() (in module polars) dot() (polars.Expr method) (polars.Series method) drop() (polars.DataFrame method) (polars.LazyFrame method) drop_in_place() (polars.DataFrame method) drop_nans() (polars.Expr method) (polars.Series method) drop_nulls() (polars.DataFrame method) (polars.Expr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.list method) dst_offset() (polars.Expr.dt method) (polars.Series.dt method) dtype (polars.Series property) dtypes (polars.DataFrame property) (polars.LazyFrame property) dtypes() (in module polars.testing.parametric) DuplicateError Duration (class in polars.datatypes) duration() (in module polars) (in module polars.selectors) E element() (in module polars) enable_string_cache() (in module polars) encode() (polars.Expr.bin method) (polars.Expr.str method) (polars.Series.bin method) (polars.Series.str method) ends_with() (in module polars.selectors) (polars.Expr.bin method) (polars.Expr.str method) (polars.Series.bin method) (polars.Series.str method) entropy() (polars.Expr method) (polars.Series method) Enum (class in polars.datatypes) epoch() (polars.Expr.dt method) (polars.Series.dt method) eq() (polars.Expr method) (polars.Expr.meta method) (polars.Series method) eq_missing() (polars.Expr method) (polars.Series method) equals() (polars.DataFrame method) (polars.Series method) escape_regex() (in module polars) (polars.Expr.str method) (polars.Series.str method) estimated_size() (polars.DataFrame method) (polars.Series method) eval() (polars.Expr.list method) (polars.Series.list method) ewm_mean() (polars.Expr method) (polars.Series method) ewm_mean_by() (polars.Expr method) (polars.Series method) ewm_std() (polars.Expr method) (polars.Series method) ewm_var() (polars.Expr method) (polars.Series method) exclude() (in module polars) (in module polars.selectors) (polars.Expr method) execute() (polars.SQLContext method) execute_global() (polars.SQLContext class method) exp() (polars.Expr method) (polars.Series method) expand_selector() (in module polars.selectors) explain() (polars.LazyFrame method) explode() (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Expr.str method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) (polars.Series.str method) extend() (polars.DataFrame method) (polars.Series method) extend_constant() (polars.Expr method) (polars.Series method) extract() (polars.Expr.str method) (polars.Series.str method) extract_all() (polars.Expr.str method) (polars.Series.str method) extract_groups() (polars.Expr.str method) (polars.Series.str method) extract_many() (polars.Expr.str method) (polars.Series.str method) F fetch() (polars.lazyframe.in_process.InProcessQuery method) fetch_blocking() (polars.lazyframe.in_process.InProcessQuery method) field() (polars.Expr.struct method) (polars.Series.struct method) fields (polars.Series.struct attribute) fill_nan() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) fill_null() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) filter() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) find() (polars.Expr.str method) (polars.Series.str method) first() (in module polars) (in module polars.selectors) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) flags (polars.DataFrame property) (polars.Series property) flatten() (polars.Expr method) float() (in module polars.selectors) Float32 (class in polars.datatypes) Float64 (class in polars.datatypes) floor() (polars.Expr method) (polars.Series method) floordiv() (polars.Expr method) fold() (in module polars) (polars.DataFrame method) format() (in module polars) forward_fill() (polars.Expr method) from_arrow() (in module polars) from_dataframe() (in module polars) from_dict() (in module polars) from_dicts() (in module polars) from_epoch() (in module polars) from_json() (polars.Expr class method) from_numpy() (in module polars) from_pandas() (in module polars) from_records() (in module polars) from_repr() (in module polars) G gather() (polars.Expr method) (polars.Expr.list method) (polars.Series method) (polars.Series.list method) gather_every() (polars.DataFrame method) (polars.Expr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.list method) ge() (polars.Expr method) (polars.Series method) get() (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Series.arr method) (polars.Series.list method) get_categories() (polars.Expr.cat method) (polars.Series.cat method) get_chunks() (polars.Series method) get_column() (polars.DataFrame method) get_column_index() (polars.DataFrame method) get_columns() (polars.DataFrame method) get_index_type() (in module polars) glimpse() (polars.DataFrame method) GPUEngine (class in polars.lazyframe.engine_config) group_by() (polars.DataFrame method) (polars.LazyFrame method) group_by_dynamic() (polars.DataFrame method) (polars.LazyFrame method) groups() (in module polars) gt() (polars.Expr method) (polars.Series method) H has_multiple_outputs() (polars.Expr.meta method) has_nulls() (polars.Expr method) (polars.Series method) has_validity() (polars.Series method) hash() (polars.Expr method) (polars.Series method) hash_rows() (polars.DataFrame method) head() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.list method) (polars.Expr.str method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.list method) (polars.Series.str method) height (polars.DataFrame property) hist() (polars.Expr method) (polars.Series method) hour() (polars.Expr.dt method) (polars.Series.dt method) hstack() (polars.DataFrame method) I implode() (in module polars) (polars.Expr method) (polars.Series method) insert_column() (polars.DataFrame method) inspect() (polars.Expr method) (polars.LazyFrame method) Int16 (class in polars.datatypes) Int32 (class in polars.datatypes) Int64 (class in polars.datatypes) Int8 (class in polars.datatypes) int_range() (in module polars) int_ranges() (in module polars) integer() (in module polars.selectors) interpolate() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) interpolate_by() (polars.Expr method) (polars.Series method) InvalidOperationError is_between() (polars.Expr method) (polars.Series method) is_column() (polars.Expr.meta method) is_column_selection() (polars.Expr.meta method) is_duplicated() (polars.DataFrame method) (polars.Expr method) (polars.Series method) is_empty() (polars.DataFrame method) (polars.Series method) is_finite() (polars.Expr method) (polars.Series method) is_first_distinct() (polars.Expr method) (polars.Series method) is_in() (polars.Expr method) (polars.Series method) is_infinite() (polars.Expr method) (polars.Series method) is_last_distinct() (polars.Expr method) (polars.Series method) is_leap_year() (polars.Expr.dt method) (polars.Series.dt method) is_literal() (polars.Expr.meta method) is_local() (polars.Series.cat method) is_nan() (polars.Expr method) (polars.Series method) is_not_nan() (polars.Expr method) (polars.Series method) is_not_null() (polars.Expr method) (polars.Series method) is_null() (polars.Expr method) (polars.Series method) is_regex_projection() (polars.Expr.meta method) is_selector() (in module polars.selectors) is_sorted() (polars.Series method) is_unique() (polars.DataFrame method) (polars.Expr method) (polars.Series method) iso_year() (polars.Expr.dt method) (polars.Series.dt method) item() (polars.DataFrame method) (polars.Series method) iter_columns() (polars.DataFrame method) iter_rows() (polars.DataFrame method) iter_slices() (polars.DataFrame method) J join() (polars.DataFrame method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Expr.str method) (polars.LazyFrame method) (polars.Series.arr method) (polars.Series.list method) (polars.Series.str method) join_asof() (polars.DataFrame method) (polars.LazyFrame method) join_where() (polars.DataFrame method) (polars.LazyFrame method) json_decode() (polars.Expr.str method) (polars.Series.str method) json_encode() (polars.Expr.struct method) (polars.Series.struct method) json_normalize() (in module polars) json_path_match() (polars.Expr.str method) (polars.Series.str method) K keep() (polars.Expr.name method) kurtosis() (polars.Expr method) (polars.Series method) L last() (in module polars) (in module polars.selectors) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) lazy() (polars.DataFrame method) (polars.LazyFrame method) le() (polars.Expr method) (polars.Series method) len() (in module polars) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.list method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.list method) len_bytes() (polars.Expr.str method) (polars.Series.str method) len_chars() (polars.Expr.str method) (polars.Series.str method) limit() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) List (class in polars.datatypes) lists() (in module polars.testing.parametric) lit() (in module polars) load() (polars.Config class method) load_from_file() (polars.Config class method) load_profile() (in module polars.testing.parametric) log() (polars.Expr method) (polars.Series method) log10() (polars.Expr method) (polars.Series method) log1p() (polars.Expr method) (polars.Series method) lower_bound() (polars.Expr method) (polars.Series method) lt() (polars.Expr method) (polars.Series method) M map() (polars.Expr.name method) map_batches() (in module polars) (polars.Expr method) (polars.LazyFrame method) map_elements() (polars.Expr method) (polars.Series method) map_fields() (polars.Expr.name method) map_groups() (in module polars) (polars.dataframe.group_by.GroupBy method) (polars.lazyframe.group_by.LazyGroupBy method) map_rows() (polars.DataFrame method) MapWithoutReturnDtypeWarning matches() (in module polars.selectors) max() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.dt method) (polars.Series.list method) max_horizontal() (in module polars) (polars.DataFrame method) mean() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.dt method) (polars.Series.list method) mean_horizontal() (in module polars) (polars.DataFrame method) median() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.dt method) (polars.Series.list method) melt() (polars.DataFrame method) (polars.LazyFrame method) merge_sorted() (polars.DataFrame method) (polars.LazyFrame method) microsecond() (polars.Expr.dt method) (polars.Series.dt method) millennium() (polars.Expr.dt method) (polars.Series.dt method) millisecond() (polars.Expr.dt method) (polars.Series.dt method) min() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.dt method) (polars.Series.list method) min_horizontal() (in module polars) (polars.DataFrame method) minute() (polars.Expr.dt method) (polars.Series.dt method) mod() (polars.Expr method) mode() (polars.Expr method) (polars.Series method) module polars.plugins polars.selectors ModuleUpgradeRequiredError month() (polars.Expr.dt method) (polars.Series.dt method) month_end() (polars.Expr.dt method) (polars.Series.dt method) month_start() (polars.Expr.dt method) (polars.Series.dt method) mul() (polars.Expr method) N n_chunks() (polars.DataFrame method) (polars.Series method) n_unique() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) name (polars.Series property) nan_max() (polars.Expr method) (polars.Series method) nan_min() (polars.Expr method) (polars.Series method) nanosecond() (polars.Expr.dt method) (polars.Series.dt method) ne() (polars.Expr method) (polars.Expr.meta method) (polars.Series method) ne_missing() (polars.Expr method) (polars.Series method) neg() (polars.Expr method) new_from_index() (polars.Series method) next_batches() (polars.io.csv.batched_reader.BatchedCsvReader method) NoDataError NoRowsReturnedError not_() (polars.Expr method) (polars.Series method) nth() (in module polars) Null (class in polars.datatypes) null_count() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) numeric() (in module polars.selectors) O Object (class in polars.datatypes) offset_by() (polars.Expr.dt method) (polars.Series.dt method) ones() (in module polars) or_() (polars.Expr method) ordinal_day() (polars.Expr.dt method) (polars.Series.dt method) OutOfBoundsError output_name() (polars.Expr.meta method) over() (polars.Expr method) P pad_end() (polars.Expr.str method) (polars.Series.str method) pad_start() (polars.Expr.str method) (polars.Series.str method) PanicException ParameterCollisionError partition_by() (polars.DataFrame method) pct_change() (polars.Expr method) (polars.Series method) peak_max() (polars.Expr method) (polars.Series method) peak_min() (polars.Expr method) (polars.Series method) PerformanceWarning pipe() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) pivot() (polars.DataFrame method) plot (polars.DataFrame property) (polars.Series property) polars.plugins module polars.selectors module PolarsError PolarsInefficientMapWarning PolarsWarning pop() (polars.Expr.meta method) pow() (polars.Expr method) (polars.Series method) prefix() (polars.Expr.name method) prefix_fields() (polars.Expr.name method) product() (polars.DataFrame method) (polars.Expr method) (polars.Series method) profile() (polars.LazyFrame method) Q qcut() (polars.Expr method) (polars.Series method) quantile() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) quarter() (polars.Expr.dt method) (polars.Series.dt method) R radians() (polars.Expr method) rank() (polars.Expr method) (polars.Series method) read_avro() (in module polars) read_clipboard() (in module polars) read_csv() (in module polars) read_csv_batched() (in module polars) read_database() (in module polars) read_database_uri() (in module polars) read_delta() (in module polars) read_excel() (in module polars) read_ipc() (in module polars) read_ipc_schema() (in module polars) read_ipc_stream() (in module polars) read_json() (in module polars) read_ndjson() (in module polars) read_ods() (in module polars) read_parquet() (in module polars) read_parquet_schema() (in module polars) rechunk() (polars.DataFrame method) (polars.Expr method) (polars.Series method) reduce() (in module polars) register() (polars.SQLContext method) register_dataframe_namespace() (in module polars.api) register_expr_namespace() (in module polars.api) register_globals() (polars.SQLContext method) register_lazyframe_namespace() (in module polars.api) register_many() (polars.SQLContext method) register_plugin_function() (in module polars.plugins) register_series_namespace() (in module polars.api) reinterpret() (polars.Expr method) (polars.Series method) rename() (polars.DataFrame method) (polars.LazyFrame method) (polars.Series method) rename_fields() (polars.Expr.struct method) (polars.Series.struct method) repeat() (in module polars) repeat_by() (polars.Expr method) replace() (polars.Expr method) (polars.Expr.str method) (polars.Series method) (polars.Series.str method) replace_all() (polars.Expr.str method) (polars.Series.str method) replace_column() (polars.DataFrame method) replace_many() (polars.Expr.str method) (polars.Series.str method) replace_strict() (polars.Expr method) (polars.Series method) replace_time_zone() (polars.Expr.dt method) (polars.Series.dt method) reshape() (polars.Expr method) (polars.Series method) restore_defaults() (polars.Config class method) reverse() (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Expr.str method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) (polars.Series.str method) rle() (polars.Expr method) (polars.Series method) rle_id() (polars.Expr method) (polars.Series method) rolling() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) rolling_corr() (in module polars) rolling_cov() (in module polars) rolling_map() (polars.Expr method) (polars.Series method) rolling_max() (polars.Expr method) (polars.Series method) rolling_max_by() (polars.Expr method) rolling_mean() (polars.Expr method) (polars.Series method) rolling_mean_by() (polars.Expr method) rolling_median() (polars.Expr method) (polars.Series method) rolling_median_by() (polars.Expr method) rolling_min() (polars.Expr method) (polars.Series method) rolling_min_by() (polars.Expr method) rolling_quantile() (polars.Expr method) (polars.Series method) rolling_quantile_by() (polars.Expr method) rolling_skew() (polars.Expr method) (polars.Series method) rolling_std() (polars.Expr method) (polars.Series method) rolling_std_by() (polars.Expr method) rolling_sum() (polars.Expr method) (polars.Series method) rolling_sum_by() (polars.Expr method) rolling_var() (polars.Expr method) (polars.Series method) rolling_var_by() (polars.Expr method) root_names() (polars.Expr.meta method) round() (polars.Expr method) (polars.Expr.dt method) (polars.Series method) (polars.Series.dt method) round_sig_figs() (polars.Expr method) (polars.Series method) row() (polars.DataFrame method) rows() (polars.DataFrame method) rows_by_key() (polars.DataFrame method) RowsError S sample() (polars.DataFrame method) (polars.Expr method) (polars.Expr.list method) (polars.Series method) (polars.Series.list method) save() (polars.Config class method) save_to_file() (polars.Config class method) scan_csv() (in module polars) scan_delta() (in module polars) scan_iceberg() (in module polars) scan_ipc() (in module polars) scan_ndjson() (in module polars) scan_parquet() (in module polars) scan_pyarrow_dataset() (in module polars) scatter() (polars.Series method) schema (polars.DataFrame property) (polars.LazyFrame property) (polars.Series.struct attribute) SchemaError SchemaFieldNotFoundError search_sorted() (polars.Expr method) (polars.Series method) second() (polars.Expr.dt method) (polars.Series.dt method) select() (in module polars) (polars.DataFrame method) (polars.LazyFrame method) select_seq() (polars.DataFrame method) (polars.LazyFrame method) serialize() (polars.DataFrame method) (polars.Expr.meta method) (polars.LazyFrame method) series() (in module polars.testing.parametric) set() (polars.Series method) set_ascii_tables() (polars.Config class method) set_auto_structify() (polars.Config class method) set_decimal_separator() (polars.Config class method) set_difference() (polars.Expr.list method) (polars.Series.list method) set_float_precision() (polars.Config class method) set_fmt_float() (polars.Config class method) set_fmt_str_lengths() (polars.Config class method) set_fmt_table_cell_list_len() (polars.Config class method) set_intersection() (polars.Expr.list method) (polars.Series.list method) set_profile() (in module polars.testing.parametric) set_random_seed() (in module polars) set_sorted() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) set_streaming_chunk_size() (polars.Config class method) set_symmetric_difference() (polars.Expr.list method) (polars.Series.list method) set_tbl_cell_alignment() (polars.Config class method) set_tbl_cell_numeric_alignment() (polars.Config class method) set_tbl_cols() (polars.Config class method) set_tbl_column_data_type_inline() (polars.Config class method) set_tbl_dataframe_shape_below() (polars.Config class method) set_tbl_formatting() (polars.Config class method) set_tbl_hide_column_data_types() (polars.Config class method) set_tbl_hide_column_names() (polars.Config class method) set_tbl_hide_dataframe_shape() (polars.Config class method) set_tbl_hide_dtype_separator() (polars.Config class method) set_tbl_rows() (polars.Config class method) set_tbl_width_chars() (polars.Config class method) set_thousands_separator() (polars.Config class method) set_trim_decimal_zeros() (polars.Config class method) set_union() (polars.Expr.list method) (polars.Series.list method) set_verbose() (polars.Config class method) shape (polars.DataFrame property) (polars.Series property) ShapeError shift() (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) show_graph() (polars.Expr.meta method) (polars.LazyFrame method) show_versions() (in module polars) shrink_dtype() (polars.Expr method) (polars.Series method) shrink_to_fit() (polars.DataFrame method) (polars.Series method) shuffle() (polars.Expr method) (polars.Series method) sign() (polars.Expr method) (polars.Series method) signed_integer() (in module polars.selectors) sin() (polars.Expr method) (polars.Series method) sinh() (polars.Expr method) (polars.Series method) sink_csv() (polars.LazyFrame method) sink_ipc() (polars.LazyFrame method) sink_ndjson() (polars.LazyFrame method) sink_parquet() (polars.LazyFrame method) size() (polars.Expr.bin method) (polars.Series.bin method) skew() (polars.Expr method) (polars.Series method) slice() (polars.DataFrame method) (polars.Expr method) (polars.Expr.list method) (polars.Expr.str method) (polars.LazyFrame method) (polars.Series method) (polars.Series.list method) (polars.Series.str method) sort() (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) sort_by() (polars.Expr method) split() (polars.Expr.str method) (polars.Series.str method) split_exact() (polars.Expr.str method) (polars.Series.str method) splitn() (polars.Expr.str method) (polars.Series.str method) sql() (in module polars) (polars.DataFrame method) (polars.LazyFrame method) sql_expr() (in module polars) SQLContext (class in polars) SQLInterfaceError SQLSyntaxError sqrt() (polars.Expr method) (polars.Series method) starts_with() (in module polars.selectors) (polars.Expr.bin method) (polars.Expr.str method) (polars.Series.bin method) (polars.Series.str method) state() (polars.Config class method) std() (in module polars) (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) strftime() (polars.Expr.dt method) (polars.Series.dt method) String (class in polars.datatypes) string() (in module polars.selectors) StringCache (class in polars) StringCacheMismatchError strip_chars() (polars.Expr.str method) (polars.Series.str method) strip_chars_end() (polars.Expr.str method) (polars.Series.str method) strip_chars_start() (polars.Expr.str method) (polars.Series.str method) strip_prefix() (polars.Expr.str method) (polars.Series.str method) strip_suffix() (polars.Expr.str method) (polars.Series.str method) strptime() (polars.Expr.str method) (polars.Series.str method) Struct (class in polars.datatypes) struct() (in module polars) StructFieldNotFoundError style (polars.DataFrame property) sub() (polars.Expr method) suffix() (polars.Expr.name method) suffix_fields() (polars.Expr.name method) sum() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) sum_horizontal() (in module polars) (polars.DataFrame method) T tables() (polars.SQLContext method) tail() (in module polars) (polars.DataFrame method) (polars.dataframe.group_by.GroupBy method) (polars.Expr method) (polars.Expr.list method) (polars.Expr.str method) (polars.LazyFrame method) (polars.lazyframe.group_by.LazyGroupBy method) (polars.Series method) (polars.Series.list method) (polars.Series.str method) tan() (polars.Expr method) (polars.Series method) tanh() (polars.Expr method) (polars.Series method) temporal() (in module polars.selectors) thread_pool_size() (in module polars) threadpool_size() (in module polars) Time (class in polars.datatypes) time() (in module polars) (in module polars.selectors) (polars.Expr.dt method) (polars.Series.dt method) time_range() (in module polars) time_ranges() (in module polars) timestamp() (polars.Expr.dt method) (polars.Series.dt method) to_array() (polars.Expr.list method) (polars.Series.list method) to_arrow() (polars.DataFrame method) (polars.Series method) to_date() (polars.Expr.str method) (polars.Series.str method) to_datetime() (polars.Expr.str method) (polars.Series.str method) to_decimal() (polars.Expr.str method) (polars.Series.str method) to_dict() (polars.DataFrame method) to_dicts() (polars.DataFrame method) to_dummies() (polars.DataFrame method) (polars.Series method) to_frame() (polars.Series method) to_init_repr() (polars.DataFrame method) (polars.Series method) to_integer() (polars.Expr.str method) (polars.Series.str method) to_jax() (polars.DataFrame method) (polars.Series method) to_list() (polars.Expr.arr method) (polars.Series method) (polars.Series.arr method) to_local() (polars.Series.cat method) to_lowercase() (polars.Expr.name method) (polars.Expr.str method) (polars.Series.str method) to_numpy() (polars.DataFrame method) (polars.Series method) to_pandas() (polars.DataFrame method) (polars.Series method) to_physical() (polars.Expr method) (polars.Series method) to_series() (polars.DataFrame method) to_string() (polars.Expr.dt method) (polars.Series.dt method) to_struct() (polars.DataFrame method) (polars.Expr.arr method) (polars.Expr.list method) (polars.Series.arr method) (polars.Series.list method) to_time() (polars.Expr.str method) (polars.Series.str method) to_titlecase() (polars.Expr.str method) (polars.Series.str method) to_torch() (polars.DataFrame method) (polars.Series method) to_uppercase() (polars.Expr.name method) (polars.Expr.str method) (polars.Series.str method) TooManyRowsReturnedError top_k() (polars.DataFrame method) (polars.Expr method) (polars.LazyFrame method) (polars.Series method) top_k_by() (polars.Expr method) total_days() (polars.Expr.dt method) (polars.Series.dt method) total_hours() (polars.Expr.dt method) (polars.Series.dt method) total_microseconds() (polars.Expr.dt method) (polars.Series.dt method) total_milliseconds() (polars.Expr.dt method) (polars.Series.dt method) total_minutes() (polars.Expr.dt method) (polars.Series.dt method) total_nanoseconds() (polars.Expr.dt method) (polars.Series.dt method) total_seconds() (polars.Expr.dt method) (polars.Series.dt method) transpose() (polars.DataFrame method) tree_format() (polars.Expr.meta method) truediv() (polars.Expr method) truncate() (polars.Expr.dt method) (polars.Series.dt method) U UInt16 (class in polars.datatypes) UInt32 (class in polars.datatypes) UInt64 (class in polars.datatypes) UInt8 (class in polars.datatypes) undo_aliases() (polars.Expr.meta method) unique() (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) unique_counts() (polars.Expr method) (polars.Series method) Unknown (class in polars.datatypes) unnest() (polars.DataFrame method) (polars.Expr.struct method) (polars.LazyFrame method) (polars.Series.struct method) unpivot() (polars.DataFrame method) (polars.LazyFrame method) unregister() (polars.SQLContext method) unsigned_integer() (in module polars.selectors) UnstableWarning unstack() (polars.DataFrame method) UnsuitableSQLError update() (polars.DataFrame method) (polars.LazyFrame method) upper_bound() (polars.Expr method) (polars.Series method) upsample() (polars.DataFrame method) uses_lexical_ordering() (polars.Series.cat method) using_string_cache() (in module polars) Utf8 (in module polars.datatypes) V value_counts() (polars.Expr method) (polars.Series method) var() (in module polars) (polars.DataFrame method) (polars.Expr method) (polars.Expr.arr method) (polars.Expr.list method) (polars.LazyFrame method) (polars.Series method) (polars.Series.arr method) (polars.Series.list method) vstack() (polars.DataFrame method) W week() (polars.Expr.dt method) (polars.Series.dt method) weekday() (polars.Expr.dt method) (polars.Series.dt method) when() (in module polars) where() (polars.Expr method) width (polars.DataFrame property) (polars.LazyFrame property) with_columns() (polars.DataFrame method) (polars.LazyFrame method) with_columns_seq() (polars.DataFrame method) (polars.LazyFrame method) with_context() (polars.LazyFrame method) with_fields() (polars.Expr.struct method) with_row_count() (polars.DataFrame method) (polars.LazyFrame method) with_row_index() (polars.DataFrame method) (polars.LazyFrame method) with_time_unit() (polars.Expr.dt method) (polars.Series.dt method) write_avro() (polars.DataFrame method) write_clipboard() (polars.DataFrame method) write_csv() (polars.DataFrame method) write_database() (polars.DataFrame method) write_delta() (polars.DataFrame method) write_excel() (polars.DataFrame method) write_ipc() (polars.DataFrame method) write_ipc_stream() (polars.DataFrame method) write_json() (polars.DataFrame method) (polars.Expr.meta method) write_ndjson() (polars.DataFrame method) write_parquet() (polars.DataFrame method) X xor() (polars.Expr method) Y year() (polars.Expr.dt method) (polars.Series.dt method) Z zeros() (in module polars) zfill() (polars.Expr.str method) (polars.Series.str method) zip_with() (polars.Series method)