I'm not sure what that's supposed to store! Does anyone have an idea?

share|improve this question
1  
Number of page views maybe? – user27414 Nov 9 '10 at 21:25
@Jon, if you look at the data dump, most people have a 0 in there... and some of the senior people on this site have a couple... it's not possible that this is page views... can it be that a founder has only 15 page views? – Mohamad Nov 9 '10 at 22:02
His page is boring. – user27414 Nov 9 '10 at 22:05
possible duplicate of Anatomy of a data dump – Jon Seigel Nov 9 '10 at 23:07

1 Answer

up vote 3 down vote accepted

It's the number of user profile views. I believe these are IP-unique as well.

Most of the data in that column is 0 because there are a lot of users with < ~10 rep... not many people look at those kinds of profiles.

In Data Explorer, try:

SELECT Views, Id AS [User Link] FROM Users ORDER BY Views DESC

There is data there, you just need to concentrate on the most active users.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged