1. Boolean- The Boolean data type is a truth value, either True or False.
2, 3. Integer and Float - An integer is a positive or negative number without floating point. A float is a
positive or negative number with floating point
precision.
4. List - A container data type that stores a
sequence of elements.
5. Tuple - Tuples are used to store multiple items in a single variable.
6. String - Python Strings are sequences of characters.
7. Set - A set is an unordered collection of
elements. Each can exist only once.
8. Dictionary - The dictionary is a useful data structure for storing (key, value) pairs.
The goal of this project is to divide customers into groups based on common characteristics in order to maximize the value of each customer to the business.
The main goal of this project is to collect and analyze data in order to select a location in Melbourne to open a Cafeteria. We want to help a business owner planning to open up a Cafe in a location by exploring better facilities around the Suburb.