Hi,
I'm starting to experiment with player data for MLB. I am missing something and not having success with queries based on player data.
I
follow the above instructions have a t:Players and o:Players keys in my
dictionary that contain a list of dictionaries containing player data for the
Dodgers at Giants game on 7/23/2020. It looks like this:
{'date': 20200723,
'o:team': 'Giants',
't:team': 'Dodgers',
'double header': 0,
't:Players': [{'position': '1B',
'name': 'Max Muncy',
'batting order': 1,
'at bats': 4,
'runs': 0,
'hits': 1,
'rbi': 1,
'walks': 1,
'singles': 0,
'doubles': 1,
'triples': 0,
'home runs': 0,
'total bases': 2,
'stolen bases': 0,
'hit by pitch': 0,
'strike outs': 1,
'plate appearances': 5,
'batter pitches': 18,
'batter strikes': 9,
'average': 0.25},
{'position': 'RF',
'name': 'Mookie Betts',
'batting order': 2,
'at bats': 5, ...
After adding the player data to my MLB database, I followed the instructions below:
I tried the link below which fails as well as various other queries unsuccessfully.
Any guidance is appreciated.
--
---
You received this message because you are subscribed to the Google Groups "SDQL API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sdqlapi+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sdqlapi/f2774886-cd1a-4fab-be23-7d9adf5f207dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sdqlapi/6eb1dd95-200f-4603-a9de-6aa6500ba69en%40googlegroups.com.