Refer to the exhibit. Match the column with the data type that it contains.
Introduction to Data Science Final Exam Answers 001- Shipped
Boolean - Revenue
Floating Point - Quantity
Integer - Order number
Sring - Product category
String
Answers Explanation & Hints: Based on the provided order number samples, you could use a string data type for storing the order numbers as they are alphanumeric and may contain leading zeros. Using a string data type would ensure that the order numbers are stored accurately without any truncation or loss of leading zeros. |