PI-thon libraries, methods etc.

1234567891011
Across
  1. 2. Returns a tuple representing the size of the dataframe
  2. 3. replaces NaN values in a DataFrame with the specified fill value.
  3. 5. attribute that returns the column labels of the DataFrame
  4. 7. Python library used for scientific and technical computing.
  5. 9. open-source machine learning library in python
  6. 10. method that provides a concise summary of a DataFrame
  7. 11. A tool create statistical graphics in Python.
Down
  1. 1. importing data from various file
  2. 2. library used to generate descriptive statistics
  3. 4. removes rows or columns containing missing values (NaNs)
  4. 6. short for Numerical Python, is a fundamental package for scientific computing in Python
  5. 8. library for data manipulation and analysis