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 Name | Link to Pandas 1.3.4 |
|---|---|
T | T |
abs | abs |
add | add |
add_prefix | add_prefix |
add_suffix | add_suffix |
agg | agg |
align | align |
all | all |
any | any |
apply | apply |
argmax | argmax |
argmin | argmin |
argsort | argsort |
asfreq | asfreq |
asof | asof |
astype | astype |
at_time | at_time |
attrs | attrs |
autocorr | autocorr |
backfill | backfill |
between | between |
between_time | between_time |
bfill | bfill |
clip | clip |
combine | combine |
combine_first | combine_first |
compare | compare |
convert_dtypes | convert_dtypes |
copy | copy |
corr | corr |
count | count |
cov | cov |
cummax | cummax |
cummin | cummin |
cumprod | cumprod |
cumsum | cumsum |
describe | describe |
diff | diff |
div | div |
divide | divide |
divmod | divmod |
dot | dot |
drop | drop |
drop_duplicates | drop_duplicates |
dropna | dropna |
dtype | dtype |
dtypes | dtypes |
duplicated | duplicated |
empty | empty |
eq | eq |
equals | equals |
explode | explode |
factorize | factorize |
ffill | ffill |
fillna | fillna |
filter | filter |
first | first |
first_valid_index | first_valid_index |
floordiv | floordiv |
ge | ge |
get | get |
gt | gt |
hasnans | hasnans |
head | head |
idxmax | idxmax |
idxmin | idxmin |
iloc | iloc |
index | index |
infer_objects | infer_objects |
interpolate | interpolate |
is_monotonic_decreasing | is_monotonic_decreasing |
is_monotonic_increasing | is_monotonic_increasing |
is_unique | is_unique |
isin | isin |
isna | isna |
isnull | isnull |
items | items |
iteritems | iteritems |
keys | keys |
kurt | kurt |
kurtosis | kurtosis |
last | last |
last_valid_index | last_valid_index |
le | le |
loc | loc |
lt | lt |
mad | mad |
mask | mask |
max | max |
mean | mean |
median | median |
memory_usage | memory_usage |
min | min |
mod | mod |
mode | mode |
mul | mul |
nbytes | nbytes |
ndim | ndim |
ne | ne |
nlargest | nlargest |
notna | notna |
notnull | notnull |
nsmallest | nsmallest |
nunique | nunique |
pad | pad |
pct_change | pct_change |
pop | pop |
pow | pow |
prod | prod |
product | product |
quantile | quantile |
radd | radd |
rank | rank |
ravel | ravel |
rdiv | rdiv |
rdivmod | rdivmod |
reindex | reindex |
reindex_like | reindex_like |
rename | rename |
rename_axis | rename_axis |
repeat | repeat |
replace | replace |
reset_index | reset_index |
rfloordiv | rfloordiv |
rmod | rmod |
rmul | rmul |
rolling | rolling |
round | round |
rpow | rpow |
rsub | rsub |
rtruediv | rtruediv |
sample | sample |
searchsorted | searchsorted |
sem | sem |
set_axis | set_axis |
set_flags | set_flags |
shape | shape |
shift | shift |
size | size |
skew | skew |
sort_index | sort_index |
sort_values | sort_values |
squeeze | squeeze |
std | std |
sub | sub |
subtract | subtract |
sum | sum |
tail | tail |
take | take |
to_frame | to_frame |
transform | transform |
transpose | transpose |
truediv | truediv |
truncate | truncate |
tz_convert | tz_convert |
tz_localize | tz_localize |
update | update |
value_counts | value_counts |
var | var |
view | view |