Spaces:
Sleeping
Sleeping
File size: 23,801 Bytes
deec305 3ff902e a0a40ba bb37a6d 3ff902e ae42ed7 cc2681c a0a40ba 3ff902e 18f8087 a0a40ba e47611b a0a40ba 3319bd8 a0a40ba 3319bd8 a0a40ba 31ab01f 85bf703 31ab01f a0a40ba d2f40e9 a0a40ba 31ab01f d2f40e9 a0a40ba 31ab01f d2f40e9 a0a40ba 31ab01f d2f40e9 a0a40ba d2f40e9 31ab01f d2f40e9 a0a40ba 31ab01f d2f40e9 31ab01f a0a40ba 3319bd8 b11cb41 3319bd8 b11cb41 85bf703 a0a40ba 85bf703 a0a40ba 85bf703 4247a14 85bf703 a0a40ba 85bf703 14f7118 4496d77 a2026ac a0a40ba 4496d77 a1759f0 896b7ee a2026ac a0a40ba 21736ec 18a3461 a0a40ba 96bec45 a0a40ba 96bec45 b2a56da 7f4f9a2 b2a56da 32b85b0 11ed994 cc2681c 11ed994 cc2681c 11ed994 cc2681c 11ed994 cc2681c 11ed994 32b85b0 96bec45 a0a40ba 96bec45 77eecd7 a0a40ba 77eecd7 a0a40ba 77eecd7 96bec45 a0a40ba 96bec45 a0a40ba a1759f0 a0a40ba a1759f0 a0a40ba a1759f0 a0a40ba 6cd1cb6 a0a40ba 7f4f9a2 d2f40e9 a0a40ba 6cd1cb6 96bec45 a0a40ba 96bec45 a0a40ba 3319bd8 96bec45 6cd1cb6 3319bd8 a0a40ba 96bec45 a0a40ba 3319bd8 6cd1cb6 a0a40ba 6cd1cb6 a0a40ba 6cd1cb6 a0a40ba 120e691 96bec45 a0a40ba 96bec45 18f8087 a0a40ba 18f8087 a0a40ba 96bec45 a0a40ba 18f8087 a0a40ba 4247a14 18f8087 a0a40ba 18f8087 d2f40e9 32b85b0 d2f40e9 32b85b0 d2f40e9 31ab01f d2f40e9 a0a40ba 18f8087 a0a40ba 18f8087 a0a40ba 18f8087 a0a40ba aed1be6 a0a40ba 18f8087 96bec45 a0a40ba 4496d77 96bec45 7f4f9a2 4496d77 96bec45 1c689a7 7f4f9a2 a0a40ba 7f4f9a2 79f4cd1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 | import streamlit as st
import pandas as pd
import plotly.express as px
import plotly.graph_objects as go
from PIL import Image
import os
from langchain_google_genai import GoogleGenerativeAI
from langchain_core.prompts import ChatPromptTemplate
from langchain_core.output_parsers import StrOutputParser
# from langchain_experimental.agents import create_pandas_dataframe_agent
import uuid
# Set page config
st.set_page_config(page_title="π Ultimate Cricket Analytics", layout="wide", initial_sidebar_state="expanded")
# ---- Custom CSS for Styling ----
st.markdown(
"""
<style>
.stApp {
background-image: url("https://images.unsplash.com/photo-1531415074968-036ba1b575da?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: rgba(0, 0, 0, 0.65);
color: #ffffff;
}
.sidebar .sidebar-content {
background: linear-gradient(180deg, #1e3c72, #2a5298);
border-radius: 10px;
padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
color: #ffffff;
}
h1 {
color: #ffcc00;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
font-size: 48px;
text-align: center;
}
h2 {
color: #4caf50;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
font-size: 32px;
margin-top: 20px;
}
h3 {
color: #ff5733;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
font-size: 24px;
}
p, div, span, label, select, option {
color: #ffffff !important;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.stButton>button {
background-color: #ff5733;
color: white;
border-radius: 8px;
padding: 10px 20px;
font-weight: bold;
transition: all 0.3s ease;
}
.stButton>button:hover {
background-color: #c70039;
transform: scale(1.05);
}
.card {
background-color: rgba(255, 255, 255, 0.9);
border-radius: 10px;
padding: 20px;
margin: 10px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
color: #333;
}
.card p, .card div, .card span {
color: #333 !important;
}
</style>
""",
unsafe_allow_html=True
)
# ---- Sidebar ----
with st.sidebar:
st.markdown("<h2 style='color: #ffcc00;'>Cricket Analytics Hub</h2>", unsafe_allow_html=True)
option = st.selectbox(
"Choose Option",
["Main Page", "Team Info", "Team Stats Comparison", "Player Stats", "Player Comparison"],
index=0,
format_func=lambda x: f"π {x}"
)
# ---- Main Page ----
if option == "Main Page":
st.markdown(
"""
<div style="text-align: center; padding: 50px;">
<h1 style="background: linear-gradient(45deg, #ffcc00, #ff5733); -webkit-background-clip: text; -webkit-text-fill-color: transparent;">
π Ultimate Cricket Analytics
</h1>
<h3 style="color: #4caf50;">Unleash the Power of Cricket Data!</h3>
<br>
<img src="https://media.giphy.com/media/26u4lOMEJIz5rJ9IQ/giphy.gif" width="400">
<br><br>
<p style="font-size: 20px; color: white; background-color: rgba(0, 0, 0, 0.5); padding: 10px; border-radius: 8px;">
Select an option from the sidebar to explore cricket insights! ππ₯
</p>
</div>
""",
unsafe_allow_html=True
)
# Create a folder to save CSVs if not exists
data_folder = "data"
os.makedirs(data_folder, exist_ok=True)
# Load data (assuming files are available)
odi_df = pd.read_csv("odi.xls")
t20_df = pd.read_csv("t20.xls")
test_df = pd.read_csv("test.xls")
test_teams_df = pd.read_csv("test-teams.xls")
odi_teams_df = pd.read_csv("odi-teams.xls")
t20_teams_df = pd.read_csv("t20-teams.xls")
batting_df = pd.read_csv("Batting.csv")
bowling_df = pd.read_csv("Bowling.csv")
# Load GenAI
api_key = st.secrets.get('gai')
model = GoogleGenerativeAI(model="gemini-2.0-flash", google_api_key=api_key)
out_par = StrOutputParser()
# Sidebar UI based on selection
team_info = selected_teams_stats = selected_format = None
selected_team = selected_player = None
player1 = player2 = None
if option == "Team Info":
team_info = st.sidebar.selectbox("Select Team", sorted(batting_df['Country'].unique()))
elif option == "Team Stats Comparison":
num_teams = st.sidebar.selectbox("Select Number of Teams", [2, 3])
selected_teams_stats = st.sidebar.multiselect("Select Teams", sorted(batting_df['Country'].unique()), max_selections=num_teams)
selected_format = st.sidebar.selectbox("Select Format", ["ODI", "T20", "Test"])
elif option == "Player Stats":
selected_team = st.sidebar.selectbox("Select Team", sorted(batting_df['Country'].unique()))
players_list = sorted(set(batting_df[batting_df['Country'] == selected_team]['player_name']).union(
bowling_df[bowling_df['Country'] == selected_team]['player_name']
))
selected_player = st.sidebar.selectbox("Select Player", players_list)
elif option == "Player Comparison":
all_players = sorted(set(batting_df['player_name']).union(bowling_df['player_name']))
player1 = st.sidebar.selectbox("Select Player 1", all_players)
player2 = st.sidebar.selectbox("Select Player 2", [p for p in all_players if p != player1])
comparison_format = st.sidebar.selectbox("Select Format", ["All", "ODI", "T20", "Test"])
# Helper function to get batting average column
def get_batting_avg_column(df):
possible_cols = ['Avg', 'Average', 'Batting_Avg', 'Ave']
for col in possible_cols:
if col in df.columns:
return col
return None
# Sidebar Query Agent (LLM-based Stats Assistant)
# with st.sidebar:
# st.markdown("---")
# st.markdown("### π€ Ask CricketStatBot")
# show_input = st.button("Start Query")
# if show_input:
# user_query = st.text_input("Ask a question about batting or bowling stats:", key="agent_query")
# if user_query:
# # Combine all dataframes into a context string
# def df_to_text(df, name, max_rows=100):
# return f"{name} Data:\n" + df.head(max_rows).to_csv(index=False)
# context = (
# df_to_text(batting_df, "Batting") + "\n" +
# df_to_text(bowling_df, "Bowling") + "\n" +
# df_to_text(odi_df, "ODI") + "\n" +
# df_to_text(t20_df, "T20") + "\n" +
# df_to_text(test_df, "Test") + "\n" +
# df_to_text(odi_teams_df, "ODI Teams") + "\n" +
# df_to_text(t20_teams_df, "T20 Teams") + "\n" +
# df_to_text(test_teams_df, "Test Teams")
# )
# # Agent Prompt
# agent_prompt = ChatPromptTemplate.from_messages([
# ("system",
# "You are a cricket analytics assistant. Use the below data to answer cricket-related questions in a detailed and insightful manner:\n\n{context}"),
# ("human", "{question}")
# ])
# agent_chain = agent_prompt | model | out_par
# with st.spinner("Analyzing your question..."):
# agent_response = agent_chain.invoke({"context": context, "question": user_query})
# st.markdown("#### π§ CricketStatBot Answer")
# st.markdown(f"<div class='card'>{agent_response}</div>", unsafe_allow_html=True)
# ---- Main Content ----
if option == "Team Info" and team_info:
st.markdown(f"<h1>Team Bio - {team_info}</h1>", unsafe_allow_html=True)
team_prompt = ChatPromptTemplate.from_messages([
("system",
'''You are an AI cricket historian. Provide a brief overview of the team and its history in black text.
Then, provide a 'Debut Details' section with the following format:
- Add a heading **Debut Details**
- Under that, use subheadings **Test Debut**, **ODI Debut**, and **T20 Debut**
- For each debut format, include:
- Opponent team
- Date of debut
- Stadium or venue
Ensure a clear structure with headings and subheadings. Do not include performance stats.'''),
("human", "{team_name}")
])
team_chain = team_prompt | model | out_par
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.write(team_chain.invoke({"team_name": team_info}))
st.markdown("</div>", unsafe_allow_html=True)
# Combine all formats
odi_teams_df['Format'] = 'ODI'
t20_teams_df['Format'] = 'T20'
test_teams_df['Format'] = 'Test'
combined_stats_df = pd.concat([odi_teams_df, t20_teams_df, test_teams_df], ignore_index=True)
# Show format-wise stats for selected team
st.markdown(f"<h2>{team_info} Format-wise Statistics</h2>", unsafe_allow_html=True)
team_stats = combined_stats_df[combined_stats_df['Team'] == team_info]
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.dataframe(team_stats.reset_index(drop=True), use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
if st.button("Show Format-wise Visualizations"):
st.markdown("<div class='card'>", unsafe_allow_html=True)
# Bar Chart
fig_bar = px.bar(team_stats, x='Format', y='Mat', color='Format', title="Matches by Format",
color_discrete_sequence=px.colors.qualitative.Vivid)
fig_bar.update_layout(transition_duration=500)
st.plotly_chart(fig_bar, use_container_width=True)
# Donut Chart
fig_donut = px.pie(team_stats, values='Won', names='Format', title="Win Distribution by Format",
hole=0.4, color_discrete_sequence=px.colors.qualitative.Bold)
fig_donut.update_traces(textinfo='percent+label', pull=[0.1, 0, 0])
st.plotly_chart(fig_donut, use_container_width=True)
# Grouped Bar Chart
st.markdown("<h3>Format-wise Metrics Comparison</h3>", unsafe_allow_html=True)
metrics_df = team_stats[['Format', 'Mat', 'Won', 'Lost', 'W/L']].melt(id_vars='Format',
var_name='Metric',
value_name='Value')
fig_grouped_bar = px.bar(metrics_df, x='Format', y='Value', color='Metric', barmode='group',
title="Team Metrics by Format",
color_discrete_sequence=px.colors.qualitative.Set1,
text_auto=True)
fig_grouped_bar.update_layout(transition_duration=500, showlegend=True)
st.plotly_chart(fig_grouped_bar, use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
elif option == "Team Stats Comparison" and selected_teams_stats:
st.markdown("<h1>Team Stats Comparison</h1>", unsafe_allow_html=True)
odi_df['Format'] = 'ODI'
t20_df['Format'] = 'T20'
test_df['Format'] = 'Test'
combined_df = pd.concat([odi_df, t20_df, test_df], ignore_index=True)
selected_data = combined_df[(combined_df['Team'].isin(selected_teams_stats)) & (combined_df['Format'] == selected_format)]
stat_options = {
'Mat': 'Matches',
'Won': 'Wins',
'Lost': 'Losses',
'Draw': 'Draws',
'Tied': 'Ties',
'W/L': 'Win/Loss Ratio',
'%W': 'Win %',
'%L': 'Loss %',
'%D': 'Draw %'
}
stat_choice = st.selectbox("Select Stat to Compare", list(stat_options.keys()), format_func=lambda x: stat_options[x])
st.markdown("<div class='card'>", unsafe_allow_html=True)
# Bar Chart
st.markdown("<h3>Comparison Bar Chart</h3>", unsafe_allow_html=True)
fig = px.bar(
selected_data,
x='Team',
y=stat_choice,
color='Team',
barmode='group',
title=f"{stat_options[stat_choice]} by Team in {selected_format}",
color_discrete_sequence=px.colors.qualitative.Set2
)
fig.update_layout(transition_duration=500)
st.plotly_chart(fig, use_container_width=True)
# Donut Chart
st.markdown("<h3>Win Percentage Donut Chart</h3>", unsafe_allow_html=True)
pie_data = selected_data[['Team', '%W']]
fig_pie = px.pie(pie_data, values='%W', names='Team', title='Win % Comparison',
hole=0.4, color_discrete_sequence=px.colors.qualitative.Pastel)
fig_pie.update_traces(textinfo='percent+label', pull=[0.1, 0])
st.plotly_chart(fig_pie, use_container_width=True)
# Heatmap
st.markdown("<h3>Performance Heatmap</h3>", unsafe_allow_html=True)
heatmap_data = selected_data[['Team', 'Mat', 'Won', 'Lost', 'Draw']].set_index('Team')
fig_heatmap = px.imshow(heatmap_data, text_auto=True, aspect="auto",
color_continuous_scale='Viridis', title="Team Stats Heatmap")
st.plotly_chart(fig_heatmap, use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
if st.button("Show Raw Data"):
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.dataframe(selected_data.reset_index(drop=True), use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
elif option == "Player Stats" and selected_player:
st.markdown(f"<h1>Player Dashboard - {selected_player}</h1>", unsafe_allow_html=True)
player_batting = batting_df[(batting_df['player_name'] == selected_player) & (batting_df['Country'] == selected_team)]
player_bowling = bowling_df[(bowling_df['player_name'] == selected_player) & (bowling_df['Country'] == selected_team)]
prompt = ChatPromptTemplate.from_messages([
("system", '''You are an AI cricket player information provider. Display the player's complete bio data in a
detailed table format with rows and columns, including personal information in black text.
Below the table, include debut details for all formats. Additionally, provide a brief description
of the player underneath. Only include player information, not their performance statistics.'''),
("human", "{player_name}")
])
chain = prompt | model | out_par
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.write(chain.invoke({"player_name": selected_player}))
st.markdown("</div>", unsafe_allow_html=True)
col1, col2 = st.columns(2)
with col1:
if st.button("Show Batting Card"):
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.dataframe(player_batting.iloc[:, :16], use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
with col2:
if st.button("Show Bowling Card"):
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.dataframe(player_bowling.iloc[:, :15], use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
if not player_batting.empty:
st.markdown("<h2>Batting Visualizations</h2>", unsafe_allow_html=True)
st.markdown("<div class='card'>", unsafe_allow_html=True)
col1, col2 = st.columns(2)
with col1:
fig_bar = px.bar(player_batting, x='Format', y='Runs', color='Format',
title="Runs by Format", color_discrete_sequence=px.colors.qualitative.D3)
fig_bar.update_layout(transition_duration=500)
st.plotly_chart(fig_bar, use_container_width=True)
with col2:
st.markdown("<h3>Batting Metrics Comparison</h3>", unsafe_allow_html=True)
avg_col = get_batting_avg_column(player_batting)
metrics = ['Runs', 'SR']
if avg_col:
metrics.append('Average')
metrics_df = player_batting[metrics + ['Format']].melt(id_vars='Format',
var_name='Metric',
value_name='Value')
fig_grouped_bar = px.bar(metrics_df, x='Format', y='Value', color='Metric', barmode='group',
title="Batting Metrics by Format",
color_discrete_sequence=px.colors.qualitative.Set1,
text_auto=True)
fig_grouped_bar.update_layout(transition_duration=500, showlegend=True)
st.plotly_chart(fig_grouped_bar, use_container_width=True)
fig_donut = px.pie(player_batting, values='Runs', names='Format', title="Runs Distribution",
hole=0.4, color_discrete_sequence=px.colors.qualitative.T10)
fig_donut.update_traces(textinfo='percent+label')
st.plotly_chart(fig_donut, use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
if not player_bowling.empty:
st.markdown("<h2>Bowling Visualizations</h2>", unsafe_allow_html=True)
st.markdown("<div class='card'>", unsafe_allow_html=True)
col3, col4 = st.columns(2)
with col3:
fig_bar = px.bar(player_bowling, x='Format', y='Wickets', color='Format',
title="Wickets by Format", color_discrete_sequence=px.colors.qualitative.Set1)
fig_bar.update_layout(transition_duration=500)
st.plotly_chart(fig_bar, use_container_width=True)
with col4:
fig_line = px.line(player_bowling, x='Format', y='Eco', title="Economy Rate",
color_discrete_sequence=['#00cc96'])
st.plotly_chart(fig_line, use_container_width=True)
fig_heatmap = px.imshow(player_bowling[['Wickets', 'Eco', 'Avg']].T, text_auto=True,
color_continuous_scale='Plasma', title="Bowling Stats Heatmap")
st.plotly_chart(fig_heatmap, use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
elif option == "Player Comparison" and player1 and player2:
st.markdown(f"<h1>Player Comparison: {player1} vs {player2}</h1>", unsafe_allow_html=True)
def get_player_data(name):
batting = batting_df[batting_df['player_name'] == name]
bowling = bowling_df[bowling_df['player_name'] == name]
if comparison_format != "All":
batting = batting[batting['Format'] == comparison_format]
bowling = bowling[bowling['Format'] == comparison_format]
return batting, bowling
bat1, bowl1 = get_player_data(player1)
bat2, bowl2 = get_player_data(player2)
# Check if data is available
if bat1.empty and bowl1.empty and bat2.empty and bowl2.empty:
st.markdown("<div class='card'><p>No data available for the selected players in this format.</p></div>", unsafe_allow_html=True)
else:
st.markdown("<div class='card'>", unsafe_allow_html=True)
# Grouped Bar Chart for Batting
if not bat1.empty or not bat2.empty:
st.markdown("<h3>Batting Metrics Comparison</h3>", unsafe_allow_html=True)
avg_col1 = get_batting_avg_column(bat1)
avg_col2 = get_batting_avg_column(bat2)
metrics_data = []
for player, bat in [(player1, bat1), (player2, bat2)]:
if not bat.empty:
player_data = {'Player': player, 'Runs': bat['Runs'].mean(), 'SR': bat['SR'].mean()}
avg_col = get_batting_avg_column(bat)
if avg_col:
player_data['Average'] = bat[avg_col].mean()
metrics_data.append(player_data)
if metrics_data:
metrics_df = pd.DataFrame(metrics_data).melt(id_vars='Player', var_name='Metric', value_name='Value')
fig_grouped_bar = px.bar(metrics_df, x='Player', y='Value', color='Metric', barmode='group',
title=f"Batting Metrics Comparison ({comparison_format})",
color_discrete_sequence=px.colors.qualitative.Plotly,
text_auto=True)
fig_grouped_bar.update_layout(transition_duration=500, showlegend=True)
st.plotly_chart(fig_grouped_bar, use_container_width=True)
else:
st.write("No batting data available for the selected format.")
# Bowling Bar Chart
if not bowl1.empty or not bowl2.empty:
st.markdown("<h3>Bowling Bar Chart</h3>", unsafe_allow_html=True)
bowl_combined = pd.concat([bowl1, bowl2])
if not bowl_combined.empty:
fig_bowl_bar = px.bar(bowl_combined, x='player_name', y='Wickets',
color='Format' if comparison_format == "All" else 'player_name',
barmode='group',
title=f"Wickets Comparison ({comparison_format})",
color_discrete_sequence=px.colors.qualitative.Plotly,
text_auto=True)
fig_bowl_bar.update_layout(transition_duration=500)
st.plotly_chart(fig_bowl_bar, use_container_width=True)
else:
st.write("No bowling data available for the selected format.")
# Runs Donut Chart
if not bat1.empty or not bat2.empty:
st.markdown("<h3>Total Runs Donut Chart</h3>", unsafe_allow_html=True)
total_runs = [bat1['Runs'].sum() if not bat1.empty else 0, bat2['Runs'].sum() if not bat2.empty else 0]
runs_data = pd.DataFrame({
'Player': [player1, player2],
'Total Runs': total_runs
})
fig_pie = px.pie(runs_data, names='Player', values='Total Runs',
title=f"Proportion of Total Runs ({comparison_format})",
hole=0.4, color_discrete_sequence=px.colors.qualitative.G10)
fig_pie.update_traces(textinfo='percent+label')
st.plotly_chart(fig_pie, use_container_width=True)
# Heatmap for Batting Stats
if not bat1.empty or not bat2.empty:
st.markdown("<h3>Batting Stats Heatmap</h3>", unsafe_allow_html=True)
avg_col1 = get_batting_avg_column(bat1)
avg_col2 = get_batting_avg_column(bat2)
bat_combined = pd.DataFrame({
'Player': [player1, player2],
'Total Runs': [bat1['Runs'].sum() if not bat1.empty else 0, bat2['Runs'].sum() if not bat2.empty else 0],
'Strike Rate': [bat1['SR'].mean() if not bat1.empty else 0, bat2['SR'].mean() if not bat2.empty else 0]
})
if avg_col1 and not bat1.empty and avg_col2 and not bat2.empty:
bat_combined['Batting Average'] = [bat1[avg_col1].dropna().mean(), bat2[avg_col2].dropna().mean()]
bat_combined = bat_combined.set_index('Player')
fig_heatmap = px.imshow(bat_combined, text_auto=True, aspect="auto",
color_continuous_scale='RdBu',
title=f"Batting Stats Heatmap ({comparison_format})")
st.plotly_chart(fig_heatmap, use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True)
if st.button("Show Raw Stats"):
st.markdown("<div class='card'>", unsafe_allow_html=True)
st.dataframe(pd.concat([bat1, bowl1, bat2, bowl2]), use_container_width=True)
st.markdown("</div>", unsafe_allow_html=True) |