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


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

Re: [Python-de] Verstaendnisproblem

From eilfh <eilfh156@posteo.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Verstaendnisproblem
Date 2021-02-12 15:29 +0100
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>

Show all headers | 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