GitShow/BurntSushi/nfldb
BurntSushi

nfldb

A library to manage and update NFL data in a relational database.

by BurntSushi
Star on GitHubFork

Python

1.1k stars256 forks5 contributorsQuiet · 5y agoSince 2013Unlicense

Meet the team

See all 5 on GitHub →
BurntSushi
BurntSushi271 contributions
ersherr
ersherr2 contributions
ochawkeye
ochawkeye1 contribution

Recent PRs & issues

Quiet · Last activity 5y ago
See all on GitHub →
iliketowel
Link to imagesOpenIssue

I'm not sure if this is data available in the database (or if there is even a 'profile' table). But I notice that all the players have a link to their webpage (profile_url)(http://www.nfl.com/player/playername/playerid/profile. I wanted to pull in the image that's connected for all players (http://static.nfl.com/static/content/public/static/img/getty/headshot/K/A/E/KAE371576.jpg) (For Colin Kaepernick, for example), I'm curious if there is something that isn't currently brought in that would have that information. I was hoping to use this in my dashboard

iliketowel · 1mo ago
Henrijo
Odoo v14 error OpenIssue

Hi Folks I got this error on odoo v14 Erreur: Odoo Server Error Traceback (most recent call last): File "C:\Program Files\Odoo 14\server\odoo\addons\base\models\ir_http.py", line 237, in _dispatch result = request.dispatch() File "C:\Program Files\Odoo 14\server\odoo\http.py", line 684, in dispatch result = self._call_function(*self.params) File "C:\Program Files\Odoo 14\server\odoo\http.py", line 360, in _call_function return checked_call(self.db, args, *kwargs) File "C:\Program Files\Odoo 14\server\odoo\service\model.py", line 94, in wrapper return f(dbname, args, *kwargs) File "C:\Program Files\Odoo 14\server\odoo\http.py", line 348, in checked_call result = self.endpoint(a, *kw) File "C:\Program Files\Odoo 14\server\odoo\http.py", line 913, in __call__ return self.method(args, *kw) File "C:\Program Files\Odoo 14\server\odoo\http.py", line 532, in response_wrap response = f(args, **kw) File "C:\Program Files\Odoo 14\server\odoo\addons\web\controllers\main.py", line 1389, in call_kw return self._call_kw(model, method, args, kwargs) File "C:\Program Files\Odoo 14\server\odoo\addons\web\controllers\main.py", line 1381, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "C:\Program Files\Odoo 14\server\odoo\api.py", line 473, in __getitem__ return self.registry[model_name]._browse(self, (), ()) File "C:\Program Files\Odoo 14\server\odoo\modules\registry.py", line 177, in __getitem__ return self.models[model_name] Exception The above exception was the direct cause of the following exception: Traceback (most recent call last): File "C:\Program Files\Odoo 14\server\odoo\http.py", line 640, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files\Odoo 14\server\odoo\http.py", line 316, in _handle_exception raise exception.with_traceback(None) from new_cause KeyError: 'google.drive.config'

Henrijo · 3y ago
danielcroona
XML feeds removed from NFL website?OpenIssue

In there is a reference to the schedule in XML format on the following URL: Now when I try to update the schedule there is a XML issue, apparently because the XML is removed from the NFL website. Does anyone know if it is available on another URL? Is it possible to use data from NFL API instead? I know this project is no longer maintained but if someone found a solution to this issue, please let me know.

danielcroona · 5y ago

Recent fixes

View closed PRs →
IHaveAGenericUserName
Generating Team Defensive StatsClosedIssue

Hello, I'm learning python and how to utilize it in relation to nfldb, which will take some time. I was hoping to just get some basic insight into pulling team defensive stats. If I could just see an example of pulling how many passing yards a team allowed in one game I could build off of that, but I can't seem to find any example and am lost on my own. Any help would be appreciated. Thanks for making such an awesome resource!

IHaveAGenericUserName · 1y ago
bmay2
Add LIKE operator to query functionalityMergedPR

Fix #129

bmay2 · 3y ago
bmay2
Add conference and division to team table via migrationMergedPR

Fix #127

bmay2 · 3y ago
Structured data for AI agents

Repository: BurntSushi/nfldb. Description: A library to manage and update NFL data in a relational database. Stars: 1082, Forks: 256. Primary language: Python. License: Unlicense. Open PRs: 7, open issues: 109. Last activity: 5y ago. Top contributors: BurntSushi, ersherr, ochawkeye.

·@ofershap

Replace github.com with gitshow.dev