C3 AI Documentation Home

Supported Series APIs

The C3 Agentic AI Platform supports many Pandas APIs to perform dataset operations. For the overview on Pandas APIs, see Overview of Pandas APIs.

Below is a list of supported Series APIs. Functionality is similar to functionality from Pandas.

API NameLink to Pandas 1.3.4
TT
absabs
addadd
add_prefixadd_prefix
add_suffixadd_suffix
aggagg
alignalign
allall
anyany
applyapply
argmaxargmax
argminargmin
argsortargsort
asfreqasfreq
asofasof
astypeastype
at_timeat_time
attrsattrs
autocorrautocorr
backfillbackfill
betweenbetween
between_timebetween_time
bfillbfill
clipclip
combinecombine
combine_firstcombine_first
comparecompare
convert_dtypesconvert_dtypes
copycopy
corrcorr
countcount
covcov
cummaxcummax
cummincummin
cumprodcumprod
cumsumcumsum
describedescribe
diffdiff
divdiv
dividedivide
divmoddivmod
dotdot
dropdrop
drop_duplicatesdrop_duplicates
dropnadropna
dtypedtype
dtypesdtypes
duplicatedduplicated
emptyempty
eqeq
equalsequals
explodeexplode
factorizefactorize
ffillffill
fillnafillna
filterfilter
firstfirst
first_valid_indexfirst_valid_index
floordivfloordiv
gege
getget
gtgt
hasnanshasnans
headhead
idxmaxidxmax
idxminidxmin
ilociloc
indexindex
infer_objectsinfer_objects
interpolateinterpolate
is_monotonic_decreasingis_monotonic_decreasing
is_monotonic_increasingis_monotonic_increasing
is_uniqueis_unique
isinisin
isnaisna
isnullisnull
itemsitems
iteritemsiteritems
keyskeys
kurtkurt
kurtosiskurtosis
lastlast
last_valid_indexlast_valid_index
lele
locloc
ltlt
madmad
maskmask
maxmax
meanmean
medianmedian
memory_usagememory_usage
minmin
modmod
modemode
mulmul
nbytesnbytes
ndimndim
nene
nlargestnlargest
notnanotna
notnullnotnull
nsmallestnsmallest
nuniquenunique
padpad
pct_changepct_change
poppop
powpow
prodprod
productproduct
quantilequantile
raddradd
rankrank
ravelravel
rdivrdiv
rdivmodrdivmod
reindexreindex
reindex_likereindex_like
renamerename
rename_axisrename_axis
repeatrepeat
replacereplace
reset_indexreset_index
rfloordivrfloordiv
rmodrmod
rmulrmul
rollingrolling
roundround
rpowrpow
rsubrsub
rtruedivrtruediv
samplesample
searchsortedsearchsorted
semsem
set_axisset_axis
set_flagsset_flags
shapeshape
shiftshift
sizesize
skewskew
sort_indexsort_index
sort_valuessort_values
squeezesqueeze
stdstd
subsub
subtractsubtract
sumsum
tailtail
taketake
to_frameto_frame
transformtransform
transposetranspose
truedivtruediv
truncatetruncate
tz_converttz_convert
tz_localizetz_localize
updateupdate
value_countsvalue_counts
varvar
viewview

See also

Was this page helpful?