Skip to content
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

Missing pandas API functions #4

Closed
nipsn opened this issue Nov 27, 2023 · 1 comment
Closed

Missing pandas API functions #4

nipsn opened this issue Nov 27, 2023 · 1 comment

Comments

@nipsn
Copy link

nipsn commented Nov 27, 2023

Is your feature request related to a problem? Please describe.
It would be useful for users to be able to use their existing and tested pandas code, and at the moment there are functions missing implementation on the pandas API.

Describe the solution you'd like
An implementation of the pandas functions provided below that followed their original interface.

Describe alternatives you've considered

Additional resources
These are the functions without implementation that we could find. If more were to be found, they would be added to this list.

Function Branch/PR Done Status
melt pandas_melt
In progress (Marcos)
concat -
-
get_dummies pandas_api_get_dummies
In progress (Marcos Deprecated)
from_dummies -
-
unique -
-
isna -
-
isnull -
-
to_numeric -
-
to_datetime pandas_api_to_datetime
In progress (Marcos Deprecated)
to_timedelta -
-
values -
In progress (Tian)
empty -
-
keys -
-
isin -
-
mask -
-
Addition -
-
Substraction -
-
Element-wise multiplication -
-
Dot multiplication -
-
Less than -
-
Greater than -
-
Equal -
-
map -
-
rolling -
-
clip -
-
round /pull/7
In progress (Oscar)
corr -
-
kurt /pull/6
In progress (Miguel)
count /pull/2
1st PR
quantile -
-
rank -
-
sem -
-
std /pull/3
1st PR
skew /pull/1
1st PR
nunique /pull/9
Ready for review
add_prefix /pull/8
1st PR
add_suffix /pull/8
1st PR
at_time -
-
between_time -
-
id_max -
-
id_min -
-
sample -
-
@neutropolis
Copy link
Member

I've moved this table to a discussion page: #19

@neutropolis neutropolis closed this as not planned Won't fix, can't repro, duplicate, stale Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants