Game Preview

Grade9

  •  English    8     Public
    Review
  •   Study   Slideshow
  • What is the name library we used to create Array?
    NumPy
  •  5
  • what does two-dimensional array mean?
    Array with multiple rows and columns
  •  5
  • What code used to access/import pandas library ?
    import pandas as pd
  •  5
  • What is array?
    it's the list (data structure ) in numpy library
  •  5
  • How to print Array (What code used?)
    print(array_name)
  •  5
  • What will be output for the following code:
    [0 2 4 6 8 10 12 14]
  •  5
  • What we call the list (data structure) in Pandas library?
    DataFrame
  •  5
  • What is the index(location) value (1.65)?
    [1,1]
  •  5