Not able to fetch top N rows of dataframe in Julia : UndefVarError: head not defined

前端 未结 0 1086
一向
一向 2020-11-30 20:29

I am new to Julia, I want to see the first 5 rows of data frame, but when i am writing below code

 head(df,5)

I am getting

 Un         


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