Is there a difference between a series and a 1 dimensional dataframe in Python

前端 未结 0 592
囚心锁ツ
囚心锁ツ 2021-01-01 05:43

I have the following code to adress columns and rows in a dataframe in Python:

y_train = features.iloc[start:end] [[1]]
y_train_noDoppleBracket = features.ilo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题