-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
getting an error at ln 35 on WPC_Fronts_HiLo_decode_example.ipynb
fronts_data.iloc[fronts_index][0].split()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-35-02f5890c2e21> in <module>
----> 1 fronts_data.iloc[fronts_index][0].split()
~/anaconda3/envs/ide/lib/python3.9/site-packages/pandas/core/generic.py in __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)
5466
5467 def __setattr__(self, name: str, value) -> None:
AttributeError: 'Series' object has no attribute 'split'
Metadata
Metadata
Assignees
Labels
No labels