Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5489 > unrolled thread
| Started by | eilfh <eilfh156@posteo.de> |
|---|---|
| First post | 2019-06-17 22:37 +0200 |
| Last post | 2019-06-17 22:37 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to de.comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[Python-de] Anfaengerfrage: Dataframe - Zeilenmittel - Spaltenmittel eilfh <eilfh156@posteo.de> - 2019-06-17 22:37 +0200
| From | eilfh <eilfh156@posteo.de> |
|---|---|
| Date | 2019-06-17 22:37 +0200 |
| Subject | [Python-de] Anfaengerfrage: Dataframe - Zeilenmittel - Spaltenmittel |
| Message-ID | <mailman.130.1560804229.21674.python-de@python.org> |
hallo,
dumme Frage
Anfängerfrage
find einfach keine passende Lösung
ungefähr so
for i in spalte_nr:
for j in zeilen_nr:
DataFrame_1 = DataFrame -
Zeilen_mittel(DataFrame[j]) -
Spalte_mittel(DataFrame[i])
Die Komponenten der Berechnung hab ich zwar, aber in der doppelten for-
Schleife gelingt mir das einfach nicht.
Vielen Dank im Voraus
Frank
Back to top | Article view | de.comp.lang.python
csiph-web