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 Name | Link to Pandas 1.3.4 |
|---|---|
T | T |
all | all |
any | any |
append | append |
argmax | argmax |
argmin | argmin |
argsort | argsort |
asof | asof |
astype | astype |
copy | copy |
delete | delete |
difference | difference |
drop | drop |
drop_duplicates | drop_duplicates |
droplevel | droplevel |
dropna | dropna |
duplicated | duplicated |
empty | empty |
equals | equals |
fillna | fillna |
format | format |
get_indexer | get_indexer |
get_indexer_for | get_indexer_for |
get_level_values | get_level_values |
get_loc | get_loc |
get_slice_bound | get_slice_bound |
get_value | get_value |
groupby | groupby |
has_duplicates | has_duplicates |
hasnans | hasnans |
holds_integer | holds_integer |
identical | identical |
inferred_type | inferred_type |
insert | insert |
intersection | intersection |
is_ | is_ |
is_all_dates | is_all_dates |
is_boolean | is_boolean |
is_categorical | is_categorical |
is_floating | is_floating |
is_integer | is_integer |
is_interval | is_interval |
is_mixed | is_mixed |
is_monotonic | is_monotonic |
is_monotonic_decreasing | is_monotonic_decreasing |
is_monotonic_increasing | is_monotonic_increasing |
is_numeric | is_numeric |
is_object | is_object |
is_type_compatible | is_type_compatible |
is_unique | is_unique |
isin | isin |
isna | isna |
isnull | isnull |
item | item |
max | max |
memory_usage | memory_usage |
min | min |
names | names |
nbytes | nbytes |
ndim | ndim |
nlevels | nlevels |
notna | notna |
notnull | notnull |
nunique | nunique |
putmask | putmask |
rename | rename |
repeat | repeat |
shift | shift |
size | size |
take | take |
to_flat_index | to_flat_index |
to_frame | to_frame |
to_series | to_series |
transpose | transpose |
union | union |
unique | unique |
value_counts | value_counts |
view | view |