Edit Game
Grade9
 Delete

Use commas to add multiple tags

 Private  Unlisted  Public



 Save

Delimiter between question and answer:

Tips:

  • No column headers.
  • Each line maps to a question.
  • If the delimiter is used in a question, the question should be surrounded by double quotes: "My, question","My, answer"
  • The first answer in the multiple choice question must be the correct answer.






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