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


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

Re: [Python-de] Verstaendnisproblem

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From eilfh <eilfh156@posteo.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Verstaendnisproblem
Date Fri, 12 Feb 2021 15:29:10 +0100
Lines 34
Message-ID <mailman.1111.1613140160.7193.python-de@python.org> (permalink)
References <2763401.e9J7NaK4W3@host.fritz.box> <107543700.nniJfEyVGO@host.fritz.box> <bff5cf57-b57b-300b-17d8-5390cd8bb3da@web.de> <5436893.DvuYhMxLoT@host.fritz.box>
Mime-Version 1.0
Content-Type text/plain; charset="iso-8859-1"
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de ts6QW00GNgz9OfDepNq6MQw7Qnh2eOxEDPYu82B1T99A==
Return-Path <eilfh156@posteo.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
Authentication-Results mail.python.org; dkim=pass reason="2048-bit key; unprotected key" header.d=posteo.de header.i=@posteo.de header.b=ry4NU41X; dkim-adsp=pass; dkim-atps=neutral
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1613140159; bh=qSr2vYCSP1CsRoOwM2MrjdSvIazo2ctkrpg/t1Tbj1k=; h=From:To:Subject:Date:From; b=ry4NU41XbJ3drsIAoToyB9ClybdFJSXgp+LpoklR7iBY2PPbLs0CenbMSPL9UQhEI 2IbryGsk/89gMWvSrJnDH4MCQnXCwtAm5BugZn60i1anPrXHufmv0nUfasej4qbaM/ tX7PflWTjw1o6zBlzrnhyH0YS2VHtn1TrPwZrw6CrEJk6nQWFVxQ/36M7BovWMe0lK ZLsSF9IuZuIjNRWYlTsZHUe1J7i6yqVRCo9xKB3ed9wOrV+Ur8b8/niLKQh2ZJyTem 1X/B8qwcY54C+kSqdWIJku1+EQwds0I/2KQA/9XC5he4zbcc8OFy3cVE6yvPPJ4HfG iVP90aL0Yf74g==
In-Reply-To <bff5cf57-b57b-300b-17d8-5390cd8bb3da@web.de>
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.34
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <https://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <5436893.DvuYhMxLoT@host.fritz.box>
X-Mailman-Original-References <2763401.e9J7NaK4W3@host.fritz.box> <107543700.nniJfEyVGO@host.fritz.box> <bff5cf57-b57b-300b-17d8-5390cd8bb3da@web.de>
Xref csiph.com de.comp.lang.python:5710

Show key headers only | View raw


Am Donnerstag, 11. Februar 2021, 18:48:23 CET schrieb Peter Otten:
Hallo, Peter

danke für Deine Antwort.

Das war das fehlende Puzzle in meinem Programm

>  >>> x
> 
> 0    4
> Name: B, dtype: int64
> 
>  >>> type(x)
> 
> <class 'pandas.core.series.Series'>
> 
> 
> kannst Du einfach entpacken
> 
>  >>> [y] = x
>  >>> y
> 
> 4


um ehrlich zu sein, ich versteh's zwar nicht, 
aber es läuft und erfüllte genau den Zweck


Danke 

Frank

Back to de.comp.lang.python | Previous | Next | Find similar


Thread

Re: [Python-de] Verstaendnisproblem eilfh <eilfh156@posteo.de> - 2021-02-12 15:29 +0100

csiph-web