Skip to content

API candidates for standardization #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kgryte opened this issue Dec 10, 2020 · 0 comments
Open

API candidates for standardization #34

kgryte opened this issue Dec 10, 2020 · 0 comments

Comments

@kgryte
Copy link
Contributor

kgryte commented Dec 10, 2020

The following is a list of API candidates for standardization.

Notes

Math

abs
floordiv
pow
round
truediv

add
diff
div
mod
mul
sub

Any need for the r* variants? (e.g., radd, rmul, etc)

Statistics

corr
count
cov

Comparison

eq
ge
gt
le
lt
ne

Logical

isin
isna
notna

isna or isnull? notna or notnull?

Searching

where

Creation/Manipulation

append
assign
copy
drop
drop_duplicates
dropna
fillna
head
join
pop
rename
replace
set_index
tail
take

Sorting

sort_values

Utilities

all
any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants