You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: