Supported Data Spark Series String Methods APIs
The C3 Agentic AI Platform supports many Pandas APIs to perform dataset operations.
Below is a list of supported Series.str APIs. Functionality is similar to functionality from Pandas.
| API Name | Link to Pandas on Spark 3.5.8 |
|---|---|
capitalize | capitalize |
cat | cat |
center | center |
contains | contains |
count | count |
decode | decode |
encode | encode |
endswith | endswith |
extract | extract |
extractall | extractall |
find | find |
findall | findall |
get | get |
index | index |
isalnum | isalnum |
isalpha | isalpha |
isdecimal | isdecimal |
isdigit | isdigit |
islower | islower |
isnumeric | isnumeric |
isspace | isspace |
istitle | istitle |
isupper | isupper |
join | join |
len | len |
ljust | ljust |
lower | lower |
lstrip | lstrip |
match | match |
normalize | normalize |
pad | pad |
partition | partition |
repeat | repeat |
replace | replace |
rfind | rfind |
rindex | rindex |
rjust | rjust |
rpartition | rpartition |
rsplit | rsplit |
rstrip | rstrip |
slice | slice |
slice_replace | slice_replace |
split | split |
startswith | startswith |
strip | strip |
swapcase | swapcase |
title | title |
translate | translate |
upper | upper |
wrap | wrap |
zfill | zfill |