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

API: split core functions from pandas related ones #29

Open
axelfahy opened this issue Sep 27, 2019 · 0 comments
Open

API: split core functions from pandas related ones #29

axelfahy opened this issue Sep 27, 2019 · 0 comments
Labels
API design Design of the API

Comments

@axelfahy
Copy link
Owner

axelfahy commented Sep 27, 2019

Pandas related functions should be put inside a pd module.
Remaining functions should go inside a core module.
This will break the current api and should be release for the 0.3 version of the package.

Suffix _pd of pandas related function might be redundant and might be removed as well. It is to be considered.

@axelfahy axelfahy added the API design Design of the API label Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API design Design of the API
Projects
None yet
Development

No branches or pull requests

1 participant