Supported GroupBy 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.
Supported GroupBy APIs
Below is a list of supported GroupBy APIs. Functionality is similar to functionality from Pandas.
| API Name | Link to Pandas 1.3.4 |
|---|---|
agg | N/A |
all | all |
any | any |
apply | N/A |
backfill | backfill |
bfill | bfill |
corr | corr |
corrwith | corrwith |
count | count |
cov | cov |
cumcount | cumcount |
cummax | cummax |
cummin | cummin |
cumprod | cumprod |
cumsum | cumsum |
diff | diff |
ffill | ffill |
fillna | fillna |
filter | filter |
first | N/A |
get_group | N/A |
idxmax | idxmax |
idxmin | idxmin |
last | N/A |
mad | mad |
max | N/A |
mean | N/A |
median | N/A |
min | N/A |
ndim | N/A |
ngroup | N/A |
ngroups | N/A |
nth | N/A |
nunique | nunique |
ohlc | N/A |
pad | pad |
pct_change | pct_change |
prod | N/A |
quantile | quantile |
rank | rank |
sample | sample |
sem | N/A |
shift | shift |
size | size |
skew | skew |
std | N/A |
sum | N/A |
take | take |
transform | transform |
var | N/A |