C3 AI Documentation Home

Supported Index 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 Index APIs. Functionality is similar to functionality from Pandas.

API NameLink to Pandas 1.3.4
TT
allall
anyany
appendappend
argmaxargmax
argminargmin
argsortargsort
asofasof
astypeastype
copycopy
deletedelete
differencedifference
dropdrop
drop_duplicatesdrop_duplicates
dropleveldroplevel
dropnadropna
duplicatedduplicated
emptyempty
equalsequals
fillnafillna
formatformat
get_indexerget_indexer
get_indexer_forget_indexer_for
get_level_valuesget_level_values
get_locget_loc
get_slice_boundget_slice_bound
get_valueget_value
groupbygroupby
has_duplicateshas_duplicates
hasnanshasnans
holds_integerholds_integer
identicalidentical
inferred_typeinferred_type
insertinsert
intersectionintersection
is_is_
is_all_datesis_all_dates
is_booleanis_boolean
is_categoricalis_categorical
is_floatingis_floating
is_integeris_integer
is_intervalis_interval
is_mixedis_mixed
is_monotonicis_monotonic
is_monotonic_decreasingis_monotonic_decreasing
is_monotonic_increasingis_monotonic_increasing
is_numericis_numeric
is_objectis_object
is_type_compatibleis_type_compatible
is_uniqueis_unique
isinisin
isnaisna
isnullisnull
itemitem
maxmax
memory_usagememory_usage
minmin
namesnames
nbytesnbytes
ndimndim
nlevelsnlevels
notnanotna
notnullnotnull
nuniquenunique
putmaskputmask
renamerename
repeatrepeat
shiftshift
sizesize
taketake
to_flat_indexto_flat_index
to_frameto_frame
to_seriesto_series
transposetranspose
unionunion
uniqueunique
value_countsvalue_counts
viewview

See also

Was this page helpful?