Amongst which of the following can be used to create various inputs using pandas DataFrame

10. Amongst which of the following can be used to create various inputs using pandas DataFrame.

  1. Lists, dict
  2. Series
  3. Numpy ndarrays and Another DataFrame
  4. All of the above mentioned

Answer: D) All of the above mentioned

Explanation:

A pandas DataFrame can be created using various inputs like Lists, dict, Series, Numpy ndarrays, Another DataFrame.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.