Scraped data from pytorch forums, scrapper code can be found here:
https://github.com/Arush04/Agent_Cheat/blob/main/scrappers/pytorch_scrapper.py
Found the following users with most queries answered:
It has the following columns:['user_q', 'question', 'user_a', 'answer']
whereuser_q is the user name of user who asked questionquestion is the question asked by user_quser_a is the user name of user who provided solutionanswer is the solution provided by user_a