Searched refs:df (Results 1 – 2 of 2) sorted by relevance
13 def shedding_period(df): argument14 sample = df[df["Time"] > 70] # once the initial transient has passed20 df = pandas.read_csv("force.csv") variable21 df["Drag Coefficient"] = coeff(df["ForceX"])22 df["Lift Coefficient"] = coeff(df["ForceY"])23 period = shedding_period(df)31 data=df,37 data=df,
372 df = pd.concat([nh, mr, mr1])378 base = alt.Chart(df).encode(