Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: eilfh Newsgroups: de.comp.lang.python Subject: Re: [Python-de] Anfaengerfrage: Dataframe - Zeilenmittel - Spaltenmittel Date: Fri, 21 Jun 2019 21:48:34 +0200 Organization: eilfh Lines: 20 Message-ID: References: <1825444.o0KX4FVeTt@host> <1732706.jVTfYWmTT1@host> <1749997.SP6D3cdL4O@palindrom> <7130567.U6SsN5U9p7@host> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de Q0ctALQOgtnpCAtKqzU/zAh86YI24TXqQc04dik7cutg== Return-Path: X-Original-To: python-de@python.org Delivered-To: python-de@mail.python.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1561146522; bh=vx0QgH3DqB55IgB1jXjuZqpSw+r9WvceA2LqQk5mPRk=; h=From:To:Subject:Date:From; b=Ux8WF4XvM9X979hkJWHMVLBAA+7zEi+c6AvLDFf44AmyYTU+kLezyhfCINZMp2e/J OxHWPEFyCs87SA/D4MmQWbpq+75c24HGD3NDWhUsGgbT9h03lNEF+CbPaGG/jKt4LX yNapLQtdDCkFq2axJ61HL2V5ce0sS4ZgBWsuOVDs+kKKenSKdTq/G4cncFDS6Xnn4v HqdH8axIKpGi1yYNb/5IHOlihsEJxSNCXT2n/p9R6sZZQJ4zAuP6KE7zE/GsOWdATc mKV+HniACCfR3AFdrd+wSvGHXPgBfUGFMrqQRCu4UpXeuyXlt6jn3St2PoOHDsbBi4 EisST1rgVSDiQ== In-Reply-To: <1749997.SP6D3cdL4O@palindrom> X-BeenThere: python-de@python.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Die Deutsche Python Mailingliste List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <7130567.U6SsN5U9p7@host> X-Mailman-Original-References: <1825444.o0KX4FVeTt@host> <1732706.jVTfYWmTT1@host> <1749997.SP6D3cdL4O@palindrom> Xref: csiph.com de.comp.lang.python:5502 Am Donnerstag, 20. Juni 2019, 23:55:08 CEST schrieb Peter Otten: > Ersetze columns=3Ddf in der obigen Zeile mal durch columns=3Ddf.columns, = also >=20 > df1 =3D pd.DataFrame(b, columns=3Ddf.columns) >=20 ja,=20 danke,=20 das l=E4uft ohne Fehler durch vielen Dank=20 =46rank