Polars Types¶
Code
import polars as pl
Enum¶
Create¶
| Action | Code | Details |
|---|---|---|
| Define enum |
|
|
| Create enum from Literal |
|
Extract¶
| Action | Code | Details |
|---|---|---|
| Get the enum categories |
|
List¶
Variable-length list elements
Create¶
| Action | Code | Details |
|---|---|---|
| List with undefined inner elements type |
|
|
| List of booleans |
|
|
| List of integers |
|
|
| List of floats |
|
|
| List of strings |
|
Test¶
| Action | Code | Details |
|---|---|---|
| Test if type is list of numeric elements |
|
Extract¶
| Action | Code | Details |
|---|---|---|
| Get inner elements type |
|