This project demonstrates data transformation and manipulation using the Pandas library. The project utilizes JSON data of accommodation reviews. The data is processed to ensure the correct data types, standardize text data, handle regex transformations, and convert datetime fields to the appropriate format.
The project focuses on the following:
- Selecting and extracting information from data
- Grouping data to create tables
- Creating graphs to assist in data analysis
- Applying data filtering and selection using the Pandas library