C3 AI Documentation Home

Supported DataFrame 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 DataFrame 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
applymapapplymap
asfreqasfreq
asofasof
astypeastype
at_timeat_time
attrsattrs
backfillbackfill
between_timebetween_time
bfillbfill
clipclip
combinecombine
combine_firstcombine_first
comparecompare
convert_dtypesconvert_dtypes
copycopy
corrcorr
corrwithcorrwith
countcount
covcov
cummaxcummax
cummincummin
cumprodcumprod
cumsumcumsum
describedescribe
diffdiff
divdiv
dividedivide
dotdot
dropdrop
drop_duplicatesdrop_duplicates
dropleveldroplevel
dropnadropna
duplicatedduplicated
emptyempty
eqeq
explodeexplode
ffillffill
fillnafillna
filterfilter
firstfirst
first_valid_indexfirst_valid_index
floordivfloordiv
gege
getget
groupbygroupby
gtgt
headhead
idxmaxidxmax
idxminidxmin
ilociloc
indexindex
infer_objectsinfer_objects
infoinfo
insertinsert
interpolateinterpolate
isinisin
isnaisna
isnullisnull
itemsitems
iteritemsiteritems
iterrowsiterrows
itertuplesitertuples
joinjoin
keyskeys
kurtkurt
kurtosiskurtosis
lastlast
last_valid_indexlast_valid_index
lele
locloc
ltlt
madmad
maskmask
maxmax
meanmean
medianmedian
meltmelt
memory_usagememory_usage
mergemerge
minmin
modmod
modemode
mulmul
ndimndim
nene
nlargestnlargest
notnanotna
notnullnotnull
nsmallestnsmallest
nuniquenunique
padpad
pct_changepct_change
pivotpivot
pivot_tablepivot_table
poppop
powpow
prodprod
productproduct
quantilequantile
queryquery
raddradd
rankrank
rdivrdiv
reindexreindex
reindex_likereindex_like
renamerename
rename_axisrename_axis
reorder_levelsreorder_levels
replacereplace
resampleresample
reset_indexreset_index
rfloordivrfloordiv
rmodrmod
rmulrmul
rollingrolling
roundround
rpowrpow
rsubrsub
rtruedivrtruediv
samplesample
select_dtypesselect_dtypes
semsem
set_axisset_axis
set_flagsset_flags
set_indexset_index
shapeshape
shiftshift
sizesize
skewskew
sort_indexsort_index
sort_valuessort_values
squeezesqueeze
stackstack
stdstd
subsub
subtractsubtract
sumsum
swapaxesswapaxes
swaplevelswaplevel
tailtail
taketake
transformtransform
transposetranspose
truedivtruediv
truncatetruncate
tz_converttz_convert
tz_localizetz_localize
unstackunstack
updateupdate
value_countsvalue_counts
varvar
wherewhere
xsxs

See also

Was this page helpful?