Hello!
Was going to wander through some lineup stats, with the TeamDashLineups endpoint, and I noticed that the only lineups available were from the WNBA.
I suppose that's a bug? Anyone else notice this?
Here is the code run for reference:
from nba_api.stats.endpoints import leaguedashlineups
ldsh = leaguedashlineups.LeagueDashLineups()
ldsh = ldsh.get_data_frames()[0]