nfl_data_py
nfl_data_py copied to clipboard
Fix DataFrame indexing - import_ids()
First time doing this so bear with me!
Function import_ids()
was using an incorrect DataFrame indexing method - namely specifying set
vs. list
. Added type conversion as well as a default case of returned columns ret_columns
to remove multiple lines of redefining the df
variable. Also added passing test cases around the change and added test case caching to be ignored.