PrachiJain_2025's avatar
PrachiJain_2025
Kudo Collector
1 year ago

FabCon 2025 European Conference Schedule Analysis

Notebook Overview
This notebook captures the complete workflow for exploring the FabCon 2025 conference schedule. It begins with web scraping the schedule from the European Microsoft Fabric Community Conference 2025 website, then performs data cleaning and preprocessing to handle missing values, merge speaker information, and organize sessions by day, time, topic, and level.

Using Pandas and Spark, the cleaned dataset is prepared for analysis, and key insights are visualized, including:

  • Number of sessions per day

  • Top 10 topics covered

  • Most active speakers

  • Session distribution by level (Business, Technical, Advanced)

  • Sessions over time

The notebook also includes a polished header with the FabCon logo, author information, and professional links, making it easy to follow, visually appealing, and ready for reporting or further analysis.

Data Source
The dataset used in this notebook comes from the official FabCon 2025 conference website:

European Microsoft Fabric Community Conference 2025 - https://www.sharepointeurope.com/conference/schedule/2025-Fabric/

The schedule and session details were web scraped directly from this site to analyze the conference program, sessions, speakers, and topics.

 

 

Github : https://github.com/prachijain-dreamit/FabCon2025.git

 

No RepliesBe the first to reply