Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #5489

[Python-de] Anfaengerfrage: Dataframe - Zeilenmittel - Spaltenmittel

From eilfh <eilfh156@posteo.de>
Newsgroups de.comp.lang.python
Subject [Python-de] Anfaengerfrage: Dataframe - Zeilenmittel - Spaltenmittel
Date 2019-06-17 22:37 +0200
Organization eilfh
Message-ID <mailman.130.1560804229.21674.python-de@python.org> (permalink)
References <1825444.o0KX4FVeTt@host>

Show all headers | View raw


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 de.comp.lang.python | Previous | Next | Find similar


Thread

[Python-de] Anfaengerfrage: Dataframe - Zeilenmittel - Spaltenmittel eilfh <eilfh156@posteo.de> - 2019-06-17 22:37 +0200

csiph-web