Home / Report Question

Q. Which of the following creates a pandas Series?
  • A. pd.Series([1, 2, 3])
  • B. pd.DataFrame(1, 2, 3)
  • C. pd.List([1, 2, 3])
  • D. pd.Dict({1:2, 2:3})