Howto DataFrame aus mehreren Series

mit matplotlib, NumPy, pandas, SciPy, SymPy und weiteren mathematischen Programmbibliotheken.
Antworten
consuli
User
Beiträge: 52
Registriert: Sonntag 26. Juli 2015, 22:10

Hallo zusammen!

Ich komme von R und möchte einen Python DataFrame aus Vektoren (Series) aufbauen.

Im Datawrangling mit pandas and numpy Buch steht, das geht nicht.

Gibt es wirklich kein Python Pendant für

R:

Code: Alles auswählen

df= data.frame(a= vector_a, b= vector_b, c= .....)
?
:(

Consuli
Who controls the British crown? Who keeps the metric system down? We do! We do!
Who leaves Atlantis off the maps? Who keeps the Marsians under wraps? We do! We do!
Antworten