numpy and pandas
Across
- 2. argument to drop and rename method of data frame which takes a Boolean value
- 3. to Find the position of the max element
- 5. to order the data of a dataFrame
- 7. subset the dataframe as an array
- 8. used for accessing rows based on row labels
- 9. used to filter a row
Down
- 1. 3d arrays can be converted to 2d arrays using this function
- 4. to add the row index as a column of a data frame
- 6. converts nXm matrix into mXn matrix