Closed jbarciauskas closed 7 years ago
This issue was fixed in a previous commit (title = "AAV fix"; id = 69017fd) back on Aug 9. The code scrapes two columns from Yahoo's auction table named "Proj Value" and "Avg Cost", but these had been mislabeled as "aav" and "avgCost", respectively, in the code. I changed it so that the code correctly labels these two columns as "projValue" and "aav", respectively, so this pull request isn't needed. Thanks!
What is the reason you want to use
avgCost
instead ofaav
?