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

Add fast-path initialization from pd.Series #511

Open
danielhuppmann opened this issue Mar 22, 2021 · 0 comments
Open

Add fast-path initialization from pd.Series #511

danielhuppmann opened this issue Mar 22, 2021 · 0 comments

Comments

@danielhuppmann
Copy link
Member

Per this comment by @coroa in #510

The next low-hanging fruit on the speed-up quest is to add a (non-copying!?) fast-path to __init__ for a pd.Series in perfect condition, ie an index with the right names that is unique and maybe other conditions that one would have to extract from format_data to avoid having to reindex.

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

1 participant