Docs.rs
polars-python-0.49.0
polars-python 0.49.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
arboard ^3.4.0
normal
optional
polars-arrow ^0.49.0
normal
bincode ^1.3.3
normal
bytemuck ^1.22
normal
bytes ^1.10
normal
chrono ^0.4.31
normal
chrono-tz ^0.10
normal
either ^1.14
normal
flate2 ^1
normal
hashbrown ^0.15.0
normal
itoa ^1.0.6
normal
libc ^0.2
normal
ndarray ^0.16
normal
num-traits ^0.2
normal
numpy ^0.25
normal
polars ^0.49.0
normal
polars-compute ^0.49.0
normal
polars-core ^0.49.0
normal
polars-error ^0.49.0
normal
polars-expr ^0.49.0
normal
polars-ffi ^0.49.0
normal
polars-io ^0.49.0
normal
polars-lazy ^0.49.0
normal
polars-mem-engine ^0.49.0
normal
polars-ops ^0.49.0
normal
polars-parquet ^0.49.0
normal
optional
polars-plan ^0.49.0
normal
polars-row ^0.49.0
normal
polars-testing ^0.49.0
normal
polars-time ^0.49.0
normal
polars-utils ^0.49.0
normal
pyo3 ^0.25
normal
rayon ^1.9
normal
recursive ^0.1
normal
serde_json ^1
normal
optional
version_check ^0.9.4
build
Versions
12.36%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
polars_
python
0.49.0
In polars_
python::
functions
Structs
PyChainedThen
PyChainedWhen
PyStringCacheHolder
PyThen
PyWhen
Functions
__register_startup_deps
all_horizontal
any_horizontal
arctan2
arg_sort_by
arg_where
as_struct
business_day_count
check_length
coalesce
col
collect_all
collect_all_with_callback
cols
concat_arr
concat_df
concat_df_diagonal
concat_df_horizontal
concat_expr
concat_lf
concat_lf_diagonal
concat_lf_horizontal
concat_list
concat_series
concat_str
cov
cum_fold
cum_reduce
date_range
date_ranges
datetime
datetime_range
datetime_ranges
disable_string_cache
dtype_cols
dtype_str_repr
duration
eager_int_range
enable_string_cache
escape_regex
explain_all
field
first
fold
get_decimal_separator
get_float_fmt
get_float_precision
get_index_type
get_thousands_separator
get_trim_decimal_zeros
index_cols
int_range
int_ranges
last
len
linear_space
linear_spaces
lit
map_mul
max_horizontal
mean_horizontal
min_horizontal
nth
pearson_corr
py_get_engine_affinity
read_clipboard_string
read_ipc_schema
read_parquet_metadata
read_parquet_schema
reduce
register_plugin_function
repeat
rolling_corr
rolling_cov
set_decimal_separator
set_float_fmt
set_float_precision
set_random_seed
set_thousands_separator
set_trim_decimal_zeros
spearman_rank_corr
sql_expr
sum_horizontal
thread_pool_size
time_range
time_ranges
using_string_cache
when
write_clipboard_string
polars_python
::
functions
Function
repeat
Copy item path
Settings
Help
Summary
Source
pub fn repeat(value:
PyExpr
, n:
PyExpr
, dtype:
Option
<
Wrap
<
DataType
>>) ->
PyExpr