Can anyone tell me what the following [Pyright reportGeneralTypeIssues] error means, because when I run the program it runs normally
Can anyone tell me what the following [Pyright reportGeneralTypeIssues] error means, because when I run the program it runs normally...
obj = pd.Series([4, 7, -5, 3])\n
obj.index = ['Bob', 'Steve', 'Jeff', 'Ryan']
[Pyright reportGeneralTypeIssues] Cannot assign member "index" for type "Series" [E]
source https://stackoverflow.com/questions/72294845/can-anyone-tell-me-what-the-following-pyright-reportgeneraltypeissues-error-me
Comments
Post a Comment