Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 432 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 432 Bytes

Web Traffic Transformation

Overview

This Python script processes web traffic data from multiple CSV files at a specified root URL. It combines and transforms the data into a user-level format, saving the results in a new CSV file. Usage

Modify the root_url variable in the script to point to the CSV directory.
Run the script: 
    python web_traffic_transformation.py

Requirements

Python 3
Pandas library