“Straina Daframe Python” Kod odpowiedzi

Straina Daframe Python

d = {'col1': [1, 2], 'col2': [3, 4]}
df = pd.DataFrame(data=d)
df
Awful Alpaca

Utwórz Python DataFrame

import numpy as np
import pandas as pd
vect1=np.zeros(10)
vect2=np.ones(10)
df=pd.DataFrame({'col1':vect1,'col2':vect2})
Tremendous Enceladus

Odpowiedzi podobne do “Straina Daframe Python”

Pytania podobne do “Straina Daframe Python”

Więcej pokrewnych odpowiedzi na “Straina Daframe Python” w Python

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu