All Projects → abresler → Nbastatr

abresler / Nbastatr

NBA Stats API Wrapper and more for R

Programming Languages

r
7636 projects

Labels

Projects that are alternatives of or similar to Nbastatr

Nba.js
A Node.js library for current and historical NBA stats, scores, and data.
Stars: ✭ 339 (+50%)
Mutual labels:  nba
All Nba
Android app for NBA fans. Features live scores, highlights and Reddit integration for discussions.
Stars: ✭ 65 (-71.24%)
Mutual labels:  nba
Nba Movement Data
SportVU movement tracking data.
Stars: ✭ 154 (-31.86%)
Mutual labels:  nba
Nba Player Movements
🏀 Visualization of NBA games from raw SportVU data logs
Stars: ✭ 481 (+112.83%)
Mutual labels:  nba
Nba api
An API Client package to access the APIs for NBA.com
Stars: ✭ 881 (+289.82%)
Mutual labels:  nba
Nbareact
🏀 iOS and Android NBA app created with React Native
Stars: ✭ 101 (-55.31%)
Mutual labels:  nba
mysportsfeeds-node
NodeJS wrapper for the MySportsFeeds Sports Data API
Stars: ✭ 62 (-72.57%)
Mutual labels:  nba
Nba Live
Watch NBA games in the terminal, the content in Chinese only.
Stars: ✭ 181 (-19.91%)
Mutual labels:  nba
Xbmc.plugin.video.nba
Kodi plugin to watch NBA games with nba league pass
Stars: ✭ 42 (-81.42%)
Mutual labels:  nba
Flutter app
🔥🔥🔥本项目包括各种基本控件使用(Text、TextField、Icon、Image、Listview、Gridview、Picker、Stepper、Dialog、Slider、Row、Appbar、Sizebox、BottomSheet、Chip、Dismissible、FlutterLogo、Check、Switch、TabBar、BottomNavigationBar、Sliver等)、豆瓣电影、tubitv、每日一文、和天气、百姓生活、随机诗词、联系人、句子迷、好奇心日报、有道精品课、高德定位、音乐播放器🎵、追书神器等板块
Stars: ✭ 2,140 (+846.9%)
Mutual labels:  nba
Sprintnba
🏀 NBA客户端
Stars: ✭ 629 (+178.32%)
Mutual labels:  nba
Nbaplus
A concise APP about NBA News and Event with RxJava and EventBus
Stars: ✭ 701 (+210.18%)
Mutual labels:  nba
Nba Prediction
Predict scores of NBA games using regularized matrix completion
Stars: ✭ 128 (-43.36%)
Mutual labels:  nba
Nba Go
🏀 💻 The finest NBA CLI.
Stars: ✭ 3,634 (+1507.96%)
Mutual labels:  nba
Nba Player Movement
Visualization and analysis of NBA player tracking data
Stars: ✭ 156 (-30.97%)
Mutual labels:  nba
Basketball reference web scraper
NBA Stats API via Basketball Reference
Stars: ✭ 279 (+23.45%)
Mutual labels:  nba
Basketball analytics
Repository which contains various scripts and work with various basketball statistics
Stars: ✭ 88 (-61.06%)
Mutual labels:  nba
Draftfast
A tool to automate and optimize DraftKings and FanDuel lineup construction.
Stars: ✭ 192 (-15.04%)
Mutual labels:  nba
Nbash
观看NBA比分直播,球员数据的命令行程序。
Stars: ✭ 176 (-22.12%)
Mutual labels:  nba
Deepplaybyplay
Labelling NBA action using deep learning 🏀
Stars: ✭ 143 (-36.73%)
Mutual labels:  nba

nbastatR

Installation

devtools::install_github("abresler/nbastatR")

nbastatR

A package to help you master the NBA data universe in R.

Wrappers

  • NBA Stats API
  • Basketball-Reference
  • HoopsHype
  • nbadraft.net
  • realgm
  • Basketball Insiders

Parallel Computing

This package now supports parallel computing for all iterative functions. In order to utilize this just run `future::plan with your selected method.

For example to use muiltiprocess.

library(nbastatR)
library(future)
plan(multiprocess) 
game_logs(seasons = 2010:2019)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].