Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Numpy Rolling mean window
Post: Numpy Rolling mean window

Graph = pd.read_csv(file) Pl = Graph.dropna() fig = plt.figure() ax1 = fig.add_subplot(1, 1, 1) df2 = Pl.filter(regex= 'Mean') col = df2.loc[: , "Mean1":"Mean14"] co...
Thunberd Data Science 1 4,821 Jun-13-2018, 10:49 PM
    Thread: Using .filter
Post: Using .filter

df = pd.read_csv(file) df2 = df.filter(regex= 'Bottom') print(df2)I have this, I am wondering if I could somehow search for more than just 'Bottom' and also get 'left' and 'Right'
Thunberd General Coding Help 0 1,815 Jun-13-2018, 06:55 PM
    Thread: Glob and automating help
Post: Glob and automating help

Hey there! Had a question and not sure how to explain it, I have a file, In this file there are many different columns and goes as follows Mean1, Max1, Min1, Mean2, Max2, Min2 Etc... What I am tryi...
Thunberd General Coding Help 0 2,371 Jun-13-2018, 04:42 PM
    Thread: Dropping all rows of multiple columns after the max of one cell
Post: RE: Dropping all rows of multiple columns after th...

Hey there! that worked great! thank you very much! If you have another moment I was wondering how I could add a second label to the legend? I have attempted to add the "label=" to the ax2.plot(area, p...
Thunberd Data Science 2 2,954 Jun-01-2018, 10:18 PM
    Thread: Dropping all rows of multiple columns after the max of one cell
Post: Dropping all rows of multiple columns after the ma...

Okay so to be frank I am new to python, and I am trying to interpret some data, this is what I have (below) so What I am trying to do is make it so that the minimum value for my first column will caus...
Thunberd Data Science 2 2,954 Jun-01-2018, 06:34 PM

User Panel Messages

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