C3 AI Documentation Home

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 NameLink to Pandas on Spark 3.5.8
capitalizecapitalize
catcat
centercenter
containscontains
countcount
decodedecode
encodeencode
endswithendswith
extractextract
extractallextractall
findfind
findallfindall
getget
indexindex
isalnumisalnum
isalphaisalpha
isdecimalisdecimal
isdigitisdigit
islowerislower
isnumericisnumeric
isspaceisspace
istitleistitle
isupperisupper
joinjoin
lenlen
ljustljust
lowerlower
lstriplstrip
matchmatch
normalizenormalize
padpad
partitionpartition
repeatrepeat
replacereplace
rfindrfind
rindexrindex
rjustrjust
rpartitionrpartition
rsplitrsplit
rstriprstrip
sliceslice
slice_replaceslice_replace
splitsplit
startswithstartswith
stripstrip
swapcaseswapcase
titletitle
translatetranslate
upperupper
wrapwrap
zfillzfill
Was this page helpful?