SyntaxFix
Write A Post
Hire A Developer
Questions
In a general way, if you want to pick up the first N rows from the J column from pandas dataframe the best way to do this is:
pandas dataframe
data = dataframe[0:N][:,J]