[python-users] Gruppierter Plot aus pandas DataFrame timeseries?

Christopher Arndt chris.arndt at web.de
Fr Mär 11 17:36:12 CET 2016


Da es hier doch so viele pandas Spezialisten gibt, kann mir jemand,
bevor ich mich kurz vor dem Wochenende noch durch Tutorials wühlen muss,
eine Tipp geben?

Ich habe folgenden DataFrame, der auf dem peerstats-Dateien eines
NTP-Servers basiert:

<class 'pandas.core.frame.DataFrame'>
Int64Index: 15259 entries, 0 to 15258
Data columns (total 9 columns):
timestamp     15259 non-null datetime64[ns]
day           15259 non-null int64
seconds       15259 non-null float64
address       15259 non-null object
status        15259 non-null int64
offset        15259 non-null float64
delay         15259 non-null float64
dispersion    15259 non-null float64
skew          15259 non-null float64
dtypes: datetime64[ns](1), float64(5), int64(2), object(1)

Nun möchte ich einen Zeitverlaufs-Plot gruppiert nach address von offset
haben. Wie geht das quick-and-dirty?


Gruß, Chris



Mehr Informationen über die Mailingliste python-users