ncaa_bbStats

Contents:

  • Install
  • Team Stats Module
  • Draft Module
  • Player Stats Module
  • Season Stats Reference
  • Player Stats Reference
  • Team Names for Team Stats
  • MLB Draft Team/School Names
  • Player Names for Player Stats
ncaa_bbStats
  • ncaa_bbStats documentation
  • View page source

ncaa_bbStats documentation

ncaa_bbStats is an open-source NCAA baseball analysis package for Python. It includes multiple statistical functions for parsing and returning college team, player, and mlb draft stats.

Note

This project is under active development.

Contents:

  • Install
  • Team Stats Module
    • Overview
    • Functions
      • get_team_stat()
      • display_specific_team_stat()
      • display_team_stats()
      • list_all_teams()
    • Functions that calculate
      • average_all_team_stats()
      • average_team_stat_str()
      • average_team_stat_float()
      • get_pythagorean_expectation()
      • compare_pythagorean_expectation()
      • plot_team_stat_over_years()
    • Usage Example
    • Data Source
    • See Also
  • Draft Module
    • Functions
      • parse_mlb_draft()
      • get_drafted_players_mlb()
      • get_drafted_players_all_years_mlb()
      • get_drafted_players_college()
      • get_drafted_players_all_years_college()
      • print_draft_picks_mlb()
      • print_draft_picks_college()
    • Usage Example
    • Data Source
    • See Also
  • Player Stats Module
    • Overview
    • Functions
      • list_available_years()
      • list_players()
      • player_seasons()
      • get_player_rows()
      • top_players()
      • batting_stat()
      • pitching_stat()
      • list_batters()
      • list_pitchers()
    • Usage Examples
    • See Also
  • Season Stats Reference
    • Stats List
    • Usage
    • See Also
  • Player Stats Reference
    • Batting Stats List
    • Pitching Stats List
    • Usage
    • See Also
  • Team Names for Team Stats
    • Download
    • See Also
  • MLB Draft Team/School Names
    • Download
    • See Also
  • Player Names for Player Stats
    • Download
    • See Also
Next

© Copyright 2025, Mateo Biggs.

Built with Sphinx using a theme provided by Read the Docs.