Skip to content
Advertisement

Extract row from a data frame and make it a new data frame

I have a data frame like this

JavaScript

Now, I need first row of data frame and make it another data frame

like

JavaScript

Advertisement

Answer

Use DataFrame.iloc like:

JavaScript

For Series:

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement