Docs.rs
polars-ops-0.51.0
polars-ops 0.51.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
stijnherfst
Dependencies
aho-corasick ^1.1
normal
optional
argminmax ^0.6.3
normal
polars-arrow ^0.51.0
normal
base64 ^0.22.0
normal
optional
bytemuck ^1.22
normal
chrono ^0.4.31
normal
optional
chrono-tz ^0.10
normal
optional
either ^1.14
normal
hashbrown ^0.15.0
normal
hex ^0.4.3
normal
optional
indexmap ^2
normal
jsonpath_lib_polars_vendor ^0.0.1
normal
optional
libm ^0.2
normal
memchr ^2.6
normal
num-traits ^0.2
normal
polars-compute ^0.51.0
normal
polars-core ^0.51.0
normal
polars-error ^0.51.0
normal
polars-json ^0.51.0
normal
optional
polars-schema ^0.51.0
normal
polars-utils ^0.51.0
normal
rand ^0.9
normal
optional
rand_distr ^0.5
normal
optional
rayon ^1.9
normal
regex ^1.9
normal
regex-syntax ^0.8.5
normal
schemars ^0.8.22
normal
optional
serde ^1.0.188
normal
optional
serde_json ^1
normal
optional
strum_macros ^0.27
normal
unicode-normalization ^0.1.24
normal
optional
unicode-reverse ^1.0.8
normal
optional
rand ^0.9
dev
version_check ^0.9.4
build
Versions
18.95%
of the crate is documented
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
AsString
polars_
ops
0.51.0
AsString
Required Methods
as_string
Implementations on Foreign Types
StringChunked
Implementors
In polars_
ops::
chunked_
array::
strings
polars_ops
::
chunked_array
::
strings
Trait
AsString
Copy item path
Source
pub trait AsString { // Required method fn
as_string
(&self) -> &
StringChunked
; }
Required Methods
§
Source
fn
as_string
(&self) -> &
StringChunked
Implementations on Foreign Types
§
Source
§
impl
AsString
for
StringChunked
Source
§
fn
as_string
(&self) -> &
StringChunked
Implementors
§