“Python 2D -Array zum DataFrame” Code-Antworten

Python 2D -Array zum DataFrame

df = pd.DataFrame(numpy_array, 
             columns=['digits', 
                      'words'])
Fabrice Hategekimana

So konvertieren Sie die PANDAS -Serie in 2D Numpy Array

a = np.array(s.values.tolist())
print (a)
[[ 0.  0.]
 [ 0.  0.]
 [ 0.  0.]
 [ 0.  0.]
 [ 0.  0.]]
Powerful Pony

Ähnliche Antworten wie “Python 2D -Array zum DataFrame”

Fragen ähnlich wie “Python 2D -Array zum DataFrame”

Weitere verwandte Antworten zu “Python 2D -Array zum DataFrame” auf Python

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen