Skip to content

AttributeError: 'Series' object has no attribute 'split' #3

@krishnaap

Description

@krishnaap

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions