Supported Data Spark GroupBy APIs
The C3 Agentic AI Platform supports many Pandas APIs, which you can use to perform dataset operations.
Supported GroupBy APIs
Below is a list of supported GroupBy APIs. Functionality is similar to Pandas functionality.
| API Name | Link to Pandas on Spark 3.5.8 |
|---|---|
agg | agg |
all | all |
any | any |
apply | apply |
backfill | backfill |
bfill | bfill |
count | count |
cumcount | cumcount |
cummax | cummax |
cummin | cummin |
cumprod | cumprod |
cumsum | cumsum |
describe | describe |
diff | diff |
ffill | ffill |
fillna | fillna |
filter | filter |
first | first |
get_group | get_group |
head | head |
idxmax | idxmax |
idxmin | idxmin |
last | last |
mad | mad |
max | max |
mean | mean |
median | median |
min | min |
nth | nth |
nunique | nunique |
pad | pad |
prod | prod |
quantile | quantile |
rank | rank |
sem | sem |
shift | shift |
size | size |
skew | skew |
std | std |
sum | sum |
tail | tail |
transform | transform |
var | var |