mbencho
mbencho
Hi I was wondering if this would be applicable to ImportJSON as well? Is there any reason I couldn't use it there? I'm not that familiar with where this piece...
So I got this to work - but only if I hard code the var object length. http://live.nhle.com/GameData/20132014/2013020758/gc/gcbx.jsonp Using this with 6989 hardcoded it imports the data. I don't know...
COLLEGE_FOOTBALL = 'COLLEGE_FOOTBALL'  it looks like when it was updated last year the second one was left as 'CANADIAN_FOOTBALL'. If you are running the most recent version you will...
Thanks Eric, unfortunately not quite what I am looking for. I'm not sure I am explaining what I am looking for very well. Currently when I run an export for...
HITTERS = ('SP','1B', '2B', '3B', 'SS', 'C', 'OF') optimizer.add_stack(PositionsStack([HITTERS] * 5)) optimizer.add_stack(PositionsStack([HITTERS] * 3))
I'm not familiar with load_players, looking at it, it may be that it is missing a first_name and last_name fields in your list? @property def full_name(self) -> str: return '{}...
https://github.com/DimaKudosh/pydfs-lineup-optimizer/issues/379#issuecomment-1265839345