Skip to content

yshivamcodes/Instagram-Data-Analysis

Repository files navigation

Alfidotech_Instagram-Data-Analysis

This project provides a detailed exploratory data analysis (EDA) on Instagram data consisting of user interactions, photos, tags, comments, and follow relationships. The goal is to derive insights about user behavior, popular tags, posting habits, and network dynamics.

📂 Files

  • Instagram Data Analysis.ipynb: Jupyter notebook with full analysis and visualizations.
  • photos.csv: Metadata of uploaded photos.
  • comments.csv: User comments on photos.
  • follows.csv: Follower-following relationships among users.
  • tags.csv: List of available tags.
  • photo_tags.csv: Mapping between photos and their tags.
  • users
  • likes

🔍 Key Analyses Performed

  • 📅 Time-based posting trends.
  • 🧑‍🤝‍🧑 Top users based on posts, likes, and followers.
  • 🏷️ Most used tags and their associated engagement.
  • 💬 Comment frequency and top commenters.
  • 📷 Tag-photo relationships and their impact.
  • 🔁 Network exploration of follow relationships.

📊 Libraries Used

  • Python 3
  • Pandas
  • Matplotlib
  • Seaborn
  • NetworkX (optional for graph analysis)
  • Jupyter Notebook

📌 Insights

  • A few users dominate the platform in terms of content and interactions.
  • Tags have a strong correlation with engagement metrics.
  • Posting activity varies significantly by time and user.
  • The follow network displays a power-law distribution typical of social media.

About

A comprehensive exploratory data analysis of Instagram interactions using user, photo, tag, and comment datasets to uncover user behavior and content trends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors