Title / Description
Code subdf = df[[n_atoms, n_atoms_fluoro, load_rate]] # final 10 minutes of data subdf2 = subdf[ df.index > df.index[-1] - relativedelta(minutes=10) ] # filter between two times subdf2 = subdf.ix[ to_datetime('20120412T1648') : to_datetime('20120412T1718') ]
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code