Supported Data Spark Index APIs
The C3 Agentic AI Platform supports many Pandas APIs to perform dataset operations.
Below is a list of supported Index APIs. Functionality is similar to Pandas functionality.
| API Name | Link to Pandas on Spark 3.5.8 |
|---|---|
T | T |
all | all |
any | any |
append | append |
argmax | argmax |
argmin | argmin |
asof | asof |
astype | astype |
copy | copy |
delete | delete |
difference | difference |
drop | drop |
drop_duplicates | drop_duplicates |
droplevel | droplevel |
dropna | dropna |
empty | empty |
equals | equals |
fillna | fillna |
get_level_values | get_level_values |
has_duplicates | has_duplicates |
hasnans | hasnans |
holds_integer | holds_integer |
identical | identical |
insert | insert |
intersection | intersection |
is_boolean | is_boolean |
is_categorical | is_categorical |
is_floating | is_floating |
is_integer | is_integer |
is_interval | is_interval |
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 |
min | min |
names | names |
ndim | ndim |
nlevels | nlevels |
notna | notna |
notnull | notnull |
nunique | nunique |
repeat | repeat |
shift | shift |
sort_values | sort_values |
symmetric_difference | symmetric_difference |
size | size |
take | take |
to_frame | to_frame |
to_list | to_list |
to_numpy | to_numpy |
to_pandas | to_pandas |
to_series | to_series |
transpose | transpose |
union | union |
unique | unique |
value_counts | value_counts |
view | view |