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 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 |
applymap | applymap |
asfreq | asfreq |
asof | asof |
astype | astype |
at_time | at_time |
attrs | attrs |
backfill | backfill |
between_time | between_time |
bfill | bfill |
clip | clip |
combine | combine |
combine_first | combine_first |
compare | compare |
convert_dtypes | convert_dtypes |
copy | copy |
corr | corr |
corrwith | corrwith |
count | count |
cov | cov |
cummax | cummax |
cummin | cummin |
cumprod | cumprod |
cumsum | cumsum |
describe | describe |
diff | diff |
div | div |
divide | divide |
dot | dot |
drop | drop |
drop_duplicates | drop_duplicates |
droplevel | droplevel |
dropna | dropna |
duplicated | duplicated |
empty | empty |
eq | eq |
explode | explode |
ffill | ffill |
fillna | fillna |
filter | filter |
first | first |
first_valid_index | first_valid_index |
floordiv | floordiv |
ge | ge |
get | get |
groupby | groupby |
gt | gt |
head | head |
idxmax | idxmax |
idxmin | idxmin |
iloc | iloc |
index | index |
infer_objects | infer_objects |
info | info |
insert | insert |
interpolate | interpolate |
isin | isin |
isna | isna |
isnull | isnull |
items | items |
iteritems | iteritems |
iterrows | iterrows |
itertuples | itertuples |
join | join |
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 |
melt | melt |
memory_usage | memory_usage |
merge | merge |
min | min |
mod | mod |
mode | mode |
mul | mul |
ndim | ndim |
ne | ne |
nlargest | nlargest |
notna | notna |
notnull | notnull |
nsmallest | nsmallest |
nunique | nunique |
pad | pad |
pct_change | pct_change |
pivot | pivot |
pivot_table | pivot_table |
pop | pop |
pow | pow |
prod | prod |
product | product |
quantile | quantile |
query | query |
radd | radd |
rank | rank |
rdiv | rdiv |
reindex | reindex |
reindex_like | reindex_like |
rename | rename |
rename_axis | rename_axis |
reorder_levels | reorder_levels |
replace | replace |
resample | resample |
reset_index | reset_index |
rfloordiv | rfloordiv |
rmod | rmod |
rmul | rmul |
rolling | rolling |
round | round |
rpow | rpow |
rsub | rsub |
rtruediv | rtruediv |
sample | sample |
select_dtypes | select_dtypes |
sem | sem |
set_axis | set_axis |
set_flags | set_flags |
set_index | set_index |
shape | shape |
shift | shift |
size | size |
skew | skew |
sort_index | sort_index |
sort_values | sort_values |
squeeze | squeeze |
stack | stack |
std | std |
sub | sub |
subtract | subtract |
sum | sum |
swapaxes | swapaxes |
swaplevel | swaplevel |
tail | tail |
take | take |
transform | transform |
transpose | transpose |
truediv | truediv |
truncate | truncate |
tz_convert | tz_convert |
tz_localize | tz_localize |
unstack | unstack |
update | update |
value_counts | value_counts |
var | var |
where | where |
xs | xs |