corywilkerson/fx-analyze-me 📝🖼️ → 📝
About
Example Output
Output
Query 1 Results:
Player Position Year Games At_Bats Hits Home_Runs RBIs Batting_Average
0 Ernie Banks SS/1B 1959 155 589 179 45 143 0.304
1 Ron Santo 3B 1969 160 576 179 29 123 0.311
2 Billy Williams LF 1970 161 624 205 42 129 0.329
3 Fergie Jenkins SP 1971 39 124 25 6 20 0.202
4 Greg Maddux SP 1992 35 89 15 1 7 0.169
Query 2 Results:
COUNT(*)
0 10
Query 3 Results:
Player
0 Ernie Banks
1 Ron Santo
2 Billy Williams
3 Fergie Jenkins
4 Greg Maddux
5 Sammy Sosa
6 Kris Bryant
7 Javier Baez
8 Kyle Hendricks
9 Anthony Rizzo
Performance Metrics
All Input Parameters
{ "db_url": "https://github.com/corywilkerson/data/raw/refs/heads/main/cubs_stats.db", "queries": "1. SELECT * FROM data LIMIT 5;\n2. SELECT COUNT(*) FROM data;\n3. SELECT DISTINCT Player FROM data;\n" }
Input Parameters
- db_url
- URL to a SQLite database file
- db_file
- Upload a SQLite database file
- queries (required)
- SQL queries to execute, numbered 1-5
Output Schema
Output
Version Details
- Version ID
3621f327fb06a68d8c19f5cb277118d1ed406e90024bd7f570b4a6b3b0177779
- Version Created
- April 8, 2025