query
stringlengths 13
123
| output
dict |
---|---|
Do we have any bachelor grads from ds working at Nvidia Graphics Pvt Ltd?
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "Nvidia Graphics Pvt Ltd",
"country": null,
"degree": "B Tech"
}
|
Are there folks from my 2017 batch at Innominds in Tokyo?
|
{
"batch": "2017",
"branch": null,
"city": "Tokyo",
"company": "Innominds",
"country": "Japan",
"degree": null
}
|
Any alumni from my year?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Anyone from cse ai ml stream?
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the people near me?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Any m tech holders residing in my location?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
Find folks located in Bangalore.
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": null
}
|
Find ppl around me in Data Science
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Who are the folks based in around me, Germany?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Get me ppl in CSE(AI&ML) from 2017
|
{
"batch": "2017",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Got any names from cse ai ml?
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Please show me the alumni in Bangalore area.
|
{
"batch": null,
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": null
}
|
Are there graduates from my graduating class at LTIMindtree?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": "LTIMindtree",
"country": null,
"degree": null
}
|
Show me folks from my city working in Wipro.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Wipro",
"country": "<user_data>",
"degree": null
}
|
Show me people from our college in USA.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": null
}
|
Find bachelors alumni from CSE in my city at Zoho Corporation
|
{
"batch": null,
"branch": "CSE",
"city": "<user_data>",
"company": "Zoho Corporation",
"country": "<user_data>",
"degree": "B Tech"
}
|
Show me B Tech ppl in cse(ai&ml)
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the ppl in ai ml from 2019 working at Google
|
{
"batch": "2019",
"branch": "CSE(AI&ML)",
"city": null,
"company": "Google",
"country": null,
"degree": null
}
|
List ppl who did CSE(DS) from b tech
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Are there M Tech alumni in Hyderabad from 2019 batch?
|
{
"batch": "2019",
"branch": null,
"city": "Hyderabad",
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Need names of people from the my graduating class batch.
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the folks in ds from 2015 living in India?
|
{
"batch": "2015",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "India",
"degree": null
}
|
Get me the grads in Berlin at ADP.
|
{
"batch": null,
"branch": null,
"city": "Berlin",
"company": "ADP",
"country": "Germany",
"degree": null
}
|
Who are the people from my graduating class?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List people living in Pune.
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Show me people associated with Firstsource Solutions.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Firstsource Solutions",
"country": null,
"degree": null
}
|
List people living in New York.
|
{
"batch": null,
"branch": null,
"city": "New York",
"company": null,
"country": "USA",
"degree": null
}
|
Find ya alumni in my branch from 2020 in Kolkata
|
{
"batch": "2020",
"branch": "<user_data>",
"city": "Kolkata",
"company": null,
"country": "India",
"degree": null
}
|
Find ya grads in cse(ai&ml) from 2015
|
{
"batch": "2015",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Can you show me people from my graduating class batch who live in Bangalore?
|
{
"batch": "<user_data>",
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": null
}
|
Who are the folks based in my city, Germany?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Please help me locate masters holders in India.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": "M Tech"
}
|
Find and show me bachelors holders.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Find folks with my degree near me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Show me B Tech holders from CSE(DS) in my country
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": "<user_data>",
"degree": "B Tech"
}
|
List individuals with a btech.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who all are there in Germany?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "Germany",
"degree": null
}
|
Who are the B Tech graduates at Intel Technology India?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Intel Technology India",
"country": null,
"degree": "B Tech"
}
|
Get me the 2017 batch graduates.
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Get me names of alumni in Kolkata.
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": null,
"country": "India",
"degree": null
}
|
Who are the folks at LTIMindtree based in Tokyo?
|
{
"batch": null,
"branch": null,
"city": "Tokyo",
"company": "LTIMindtree",
"country": "Japan",
"degree": null
}
|
List grads in Kolkata working for KPIT Technologies.
|
{
"batch": null,
"branch": null,
"city": "Kolkata",
"company": "KPIT Technologies",
"country": "India",
"degree": null
}
|
Find folks located in UK.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "UK",
"degree": null
}
|
Get me the grads in Tokyo at Caspex.
|
{
"batch": null,
"branch": null,
"city": "Tokyo",
"company": "Caspex",
"country": "Japan",
"degree": null
}
|
Show me grads from our college in Chennai.
|
{
"batch": null,
"branch": null,
"city": "Chennai",
"company": null,
"country": "India",
"degree": null
}
|
Who are the people from my batch in near me?
|
{
"batch": "<user_data>",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Find alumni in India.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "India",
"degree": null
}
|
Need contacts in London.
|
{
"batch": null,
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": null
}
|
Who are the master holders in my city?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "M Tech"
}
|
List students who studied CSE.
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni from 2020 in London who are into B Tech
|
{
"batch": "2020",
"branch": null,
"city": "London",
"company": null,
"country": "UK",
"degree": "B Tech"
}
|
Anyone who pursued bachelors?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Who earned a B Tech?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
List people from 2016 living in Bangalore.
|
{
"batch": "2016",
"branch": null,
"city": "Bangalore",
"company": null,
"country": "India",
"degree": null
}
|
Is anyone from my branch employed at Goldman Sachs?
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Goldman Sachs",
"country": null,
"degree": null
}
|
Anyone from the year 2015?
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Get me grads who did mtech in ai
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Show me alumni with b tech employed by Comcast.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Comcast",
"country": null,
"degree": "B Tech"
}
|
List alumni employed at Adobe Systems India.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Adobe Systems India",
"country": null,
"degree": null
}
|
Would you kindly show me graduates residing in Pune?
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Show me ppl from ai and ml in Bangalore working at Dynata
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "Bangalore",
"company": "Dynata",
"country": "India",
"degree": null
}
|
Can you get me my degree grads in CSE?
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": "<user_data>"
}
|
List alumni from CSE working at Experian in London
|
{
"batch": null,
"branch": "CSE",
"city": "London",
"company": "Experian",
"country": "UK",
"degree": null
}
|
Need to find folks from 2015, any ideas?
|
{
"batch": "2015",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List people with masters from ds working at Freshworks
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": "Freshworks",
"country": null,
"degree": "M Tech"
}
|
Give me the list of people in my country with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Who all from my graduating class are around?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Give me ppl in CSE(DS)
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Give me the list of people in USA with my degree.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "<user_data>"
}
|
May I have information on people working at Google?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Google",
"country": null,
"degree": null
}
|
Find ppl around me in ds
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Tell me which PhD alumni are working at Tata Consultancy Services in my city
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "Tata Consultancy Services",
"country": "<user_data>",
"degree": "PhD"
}
|
Are there alumni with bachelors in near me working at My Company?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": "<user_data>",
"country": "<user_data>",
"degree": "B Tech"
}
|
Please help me locate M Tech holders in USA.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": "USA",
"degree": "M Tech"
}
|
Any alumni from my year?
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List master holders working with Teleparadigm networke.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Teleparadigm networke",
"country": null,
"degree": "M Tech"
}
|
Find the grads with my degree in around me.
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Who are the folks based in my city, UK?
|
{
"batch": null,
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Need contacts in Kellton Tech Solutions.
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Kellton Tech Solutions",
"country": null,
"degree": null
}
|
Display people with my degree from data science in Tokyo
|
{
"batch": null,
"branch": "CSE(DS)",
"city": "Tokyo",
"company": null,
"country": "Japan",
"degree": "<user_data>"
}
|
Display folks from my batch who are in the same city as me and are into cse ai ml
|
{
"batch": "<user_data>",
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List the folks from ai in my country employed by LTIMindtree
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": "LTIMindtree",
"country": "<user_data>",
"degree": null
}
|
Are there phd alumni in Hyderabad from 2016 batch?
|
{
"batch": "2016",
"branch": null,
"city": "Hyderabad",
"company": null,
"country": "India",
"degree": "PhD"
}
|
Find people with a mtech qualification.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Who are the phd graduates at Polaris Consulting & Services?
|
{
"batch": null,
"branch": null,
"city": null,
"company": "Polaris Consulting & Services",
"country": null,
"degree": "PhD"
}
|
Tell me who is from 2017 batch in my country with my degree
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": "<user_data>",
"degree": "<user_data>"
}
|
Anyone from CSE stream?
|
{
"batch": null,
"branch": "CSE",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List alumni of 2020 batch.
|
{
"batch": "2020",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Show me grads from our college in Pune.
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Who are the folks with mtech from data science in 2017 batch?
|
{
"batch": "2017",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Would you kindly show me graduates residing in Pune?
|
{
"batch": null,
"branch": null,
"city": "Pune",
"company": null,
"country": "India",
"degree": null
}
|
Get me ppl from CSE(AI&ML) working at Sigmoid in London
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": "London",
"company": "Sigmoid",
"country": "UK",
"degree": null
}
|
Show me graduates from 2017.
|
{
"batch": "2017",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Who are the folks with bachelor from ds in 2019 batch?
|
{
"batch": "2019",
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": "B Tech"
}
|
Find alumni who majored in Data Science.
|
{
"batch": null,
"branch": "CSE(DS)",
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List ppl who did AI and ML from mtech
|
{
"batch": null,
"branch": "CSE(AI&ML)",
"city": null,
"company": null,
"country": null,
"degree": "M Tech"
}
|
Show people from 2015 working around me.
|
{
"batch": "2015",
"branch": null,
"city": "<user_data>",
"company": null,
"country": "<user_data>",
"degree": null
}
|
Need to find folks from my graduating class, any ideas?
|
{
"batch": "<user_data>",
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
List people from my branch working at Comcast.
|
{
"batch": null,
"branch": "<user_data>",
"city": null,
"company": "Comcast",
"country": null,
"degree": null
}
|
Find folks with my background.
|
{
"batch": null,
"branch": null,
"city": null,
"company": null,
"country": null,
"degree": null
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.