@PatsonJay The name you're using might have spaces in between them. The clickstream data does not store names with spaces. For example, Chris Ferguson might be stored as Chris_Ferguson in the dataset. I suggest you try using name.replace() command to replace spaces with underscores.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Apr 29 2021
Apr 29 2021
Audrey_Nessa added a comment to T276315: Outreachy Application Task: Tutorial for Wikipedia Clickstream data.
Apr 21 2021
Apr 21 2021
Audrey_Nessa added a comment to T276315: Outreachy Application Task: Tutorial for Wikipedia Clickstream data.
Destination means the 2nd column in the data set . The article that viewers
end up in after clicking a link in another article, using a search
engine("other-search") etc .
Apr 17 2021
Apr 17 2021
Audrey_Nessa added a comment to T276315: Outreachy Application Task: Tutorial for Wikipedia Clickstream data.
Thanks everyone for your help. I've fixed the problem. I also noticed that the row had a lot of content in it. I added the 'quoting=3' suggested to the arguments in csv.reader. It worked.
Audrey_Nessa added a comment to T276315: Outreachy Application Task: Tutorial for Wikipedia Clickstream data.
@rachita_saha Thank you, I'll try that.
Audrey_Nessa added a comment to T276315: Outreachy Application Task: Tutorial for Wikipedia Clickstream data.
@rachita_saha Okay, thank you. I'm using csv.reader to parse the data.
Audrey_Nessa added a comment to T276315: Outreachy Application Task: Tutorial for Wikipedia Clickstream data.
Hello, I'd like to ask if there are rows in the dataset that have no pageview, or the pageview is a different index?
When I run the code, after some time of running it produces an error saying cannot convert str to int
Content licensed under Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 unless otherwise noted; code licensed under GNU General Public License (GPL) 2.0 or later and other open source licenses. By using this site, you agree to the Terms of Use, Privacy Policy, and Code of Conduct. · Wikimedia Foundation · Privacy Policy · Code of Conduct · Terms of Use · Disclaimer · CC-BY-SA · GPL · Credits