This project demonstrates the use of basic data types, compound data types, and operators in Python by analyzing a bike share dataset.
To run the script, simply execute python chicago_analysis.py in your
terminal.
- Integers, floats, strings, and booleans with examples and operations using the dataset.- Compound Data Types:
- Lists, tuples, dictionaries, and sets created from the dataset.- Operators:
- Arithmetic, comparison, logical, and assignment operators demonstrated with examples using the dataset.
- Member 1: Sami Haji Member 2: Rana Nofal Member 3: Rama Arafat Member 4: Nada Jaradat