This project analyses Facebook Live Sellers data to understand engagement patterns, post effectiveness, and user behaviour.
https://github.com/Prem-101/Facebook-Dataset-Analysis
- Time-based analysis of post engagement
- Clustering analysis of post types and engagement metrics
- Statistical analysis of reactions, comments, and shares
- Visualisation of engagement patterns
.
├── data_analysis.py # Core analysis functions
├── FacebookDataset.ipynb # Interactive analysis notebook
└── requirements.txt # Project dependencies
- Python 3.8+
- Required packages listed in requirements.txt
- Clone the repository:
git clone https://github.com/Prem-101/Facebook-Dataset-Analysis.git
cd Facebook-Dataset-Analysis- Install dependencies:
pip install -r requirements.txt- Place your Facebook_Marketplace_data.csv in the project root directory
- Core Analysis:
import data_analysis as da
# Load and prepare data
df = da.load_and_prepare_data('Facebook_Marketplace_data.csv')
# Add time features
df = da.add_time_features(df)
# Get engagement metrics
metrics = da.get_engagement_metrics(df)- Interactive Analysis:
jupyter notebook FacebookDataset.ipynb- Time-based engagement analysis
- Post type distribution analysis
- Clustering analysis of engagement patterns
- Correlation analysis of engagement metrics
MIT License
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Create a new Pull Request