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