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
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.
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 anint
raises an error.The line where this occurs is shown below:
pystore/pystore/collection.py
Lines 131 to 132 in 40de1d5
Not sure whether this is an issue, but I figured I'd ask!
The text was updated successfully, but these errors were encountered: