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
Hi,
First, it's hard to me to understand how organized are data from the cross registration. Plus, is dat extraction available? I ran
mappings_meta_fill.to_series().reset_index().to_csv(os.path.join(dpath,"f.csv"))
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First, it's hard to me to understand how organized are data from the cross registration. Plus, is dat extraction available? I ran
mappings_meta_fill.to_series().reset_index().to_csv(os.path.join(dpath,"f.csv"))
but I got
AttributeError Traceback (most recent call last)
Cell In[48], line 1
----> 1 mappings_meta_fill.to_series().reset_index().to_csv(os.path.join(dpath,"f.csv"))
File C:\ProgramData\Anaconda3\envs\minian2\lib\site-packages\pandas\core\generic.py:5465, in NDFrame.getattr(self, name)
5463 if self._info_axis._can_hold_identifiers_and_holds_name(name):
5464 return self[name]
-> 5465 return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'to_series'
Beta Was this translation helpful? Give feedback.
All reactions