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

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

Open
krishnaap opened this issue Nov 27, 2021 · 1 comment
Open

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

krishnaap opened this issue Nov 27, 2021 · 1 comment

Comments

@krishnaap
Copy link

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'
@MethaneRain
Copy link
Owner

Thanks for bringing this up, can you please post a working code snippet that raises this error? Also, can you let me know what version of pandas you're using?

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

2 participants