Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: AttributeError: (“module 'pandas' has no attribute 'rolling_std'”
Post: RE: AttributeError: (“module 'pandas' has no attri...

I tried to replace rollingStd = SeriesTempsNorm.apply(lambda x : pd.rolling_std(x,window=window), axis = 0) with rollingStd = SeriesTempsNorm.apply(lambda x : SeriesTemps.rolling(window=window).std(x)...
Mariana136 Data Science 4 7,558 Sep-23-2019, 12:56 PM
    Thread: AttributeError: (“module 'pandas' has no attribute 'rolling_std'”
Post: RE: AttributeError: (“module 'pandas' has no attri...

Sorry. Here is the error: Error:--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-inpu...
Mariana136 Data Science 4 7,558 Sep-23-2019, 06:54 AM
    Thread: AttributeError: (“module 'pandas' has no attribute 'rolling_std'”
Post: AttributeError: (“module 'pandas' has no attribute...

Hello, I have an error ocurred in a code in Python- Jupyter. I am new in python. The error ocurred where it's used pd.rolling_std. I don't know why it doesn't work beacuse I used this code before and ...
Mariana136 Data Science 4 7,558 Sep-19-2019, 09:10 AM
    Thread: Syntax error
Post: RE: Syntax error

(Apr-02-2018, 08:24 PM)buran Wrote: spaces in variable names are not allowed, e.g. window size. you can replace space with underscore instead e.g. window_size Thanks
Mariana136 General Coding Help 4 3,238 Apr-03-2018, 07:24 AM
    Thread: Syntax error
Post: Syntax error

Hello, I have this Code. I am beginner and I need to run a long code. But here smth is wrong. Anybody knows where is the mistake? # importation of the parameters and variables from the exel sheet ...
Mariana136 General Coding Help 4 3,238 Apr-02-2018, 08:04 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020