Transforming Bitly User activity dataset who shorten .gov
links into readable tabular data from json
file to a DataFrame
to eventually a CSV
.
- Data Transformation
- Data Cleansing
- Python
- Pandas Library
- json Library
- datetime Library
- seaborn Library
- matplotlib.pyplot Library
usa.gov_click_data_1.json
To download the dataset make sure to check the dataset
folder in the repository
key | description |
---|---|
a | Denotes information about the web browser and operating system |
tz | time zone |
r | URL the user come from |
u | URL where the user headed to |
t | Timestamp when the user start using the website in UNIX format |
hc | Timestamp when user exit the website in UNIX format |
cy | City from which the request intiated |
ll | Longitude and Latitude |
To check full project either check Bitly_Data_Transformation_Pandas.ipynb
in the repository
or Bitly_Data_Transformation_Pandas.ipynb