GregorUT / vgchartzScrape

Scrapy project for data capture of vgchartz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code outputting empty csv

JulesMillen opened this issue · comments

Hi there,

I am very new to python, but I want to use this code to get a more current dataset than the one posted in Kaggle.

After the code has finished scraping, it gives this message:

Page: 1
Page: 2
Page: 3
Page: 4
Page: 5
Page: 6
Page: 7
Page: 8
Page: 9
Page: 10
Page: 11
Page: 12
Page: 13
Page: 14
Page: 15
Page: 16
Page: 17
Page: 18
0
Index(['Rank', 'Name', 'Platform', 'Year', 'Genre', 'Critic_Score',
'User_Score', 'Publisher', 'Developer', 'NA_Sales', 'PAL_Sales',
'JP_Sales', 'Other_Sales', 'Global_Sales'],
dtype='object')

Then when I open the csv it has written, all it has is the column headers but no data.

Any help would be much appreciated!!

Jules

I would like to ask, do you know how to solve this problem, I also encountered the same problem after running