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

Writing pandas.Series fails #39

Open
dbrakenhoff opened this issue Mar 25, 2020 · 0 comments
Open

Writing pandas.Series fails #39

dbrakenhoff opened this issue Mar 25, 2020 · 0 comments

Comments

@dbrakenhoff
Copy link

Does Pystore support writing pandas.Series? I'm getting an error when attempting to write a pandas.Series to a pystore.collection because the pandas.Series.memory_usage() returns an int instead of a pandas.Series. And calling .sum on an int raises an error.

The line where this occurs is shown below:

if npartitions is None and chunksize is None:
memusage = data.memory_usage(deep=True).sum()

Not sure whether this is an issue, but I figured I'd ask!

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

1 participant