Q. In Pandas, which method is used to create a new column based on conditional logic applied to existing columns?

  • (A) melt()
  • (B) df['new_column'] = np.where(...)
  • (C) sort_values()
  • (D) melt()
πŸ’¬ Discuss
βœ… Correct Answer: (B) df['new_column'] = np.where(...)

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
97
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
97%
Success Rate