5 Block Koramangala., Bangalore, India - 560095.
Details verified of Onkar✕
Identity
Education
Know how UrbanPro verifies Tutor details
Identity is verified based on matching the details uploaded by the Tutor with government databases.
Hindi Proficient
English Proficient
IIITB 2019
PGD in ML AI
5 Block Koramangala., Bangalore, India - 560095
Phone Verified
Email Verified
Report this Profile
Is this listing inaccurate or duplicate? Any other problem?
Please tell us about the problem and we will fix it.
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
12
Course Duration provided
1-3 months
Seeker background catered to
Individual
Certification provided
No
Python applications taught
Text Processing with Python, Data Visualization with Python, Data Analysis with Python , Data Extraction with Python , Data Science with Python
1. Which classes do you teach?
I teach Python Training Class.
2. Do you provide a demo class?
Yes, I provide a free demo class.
3. How many years of experience do you have?
I have been teaching for 12 years.
Answered on 13/09/2022 Learn IT Courses/MongoDB
Suppose you have csv file of name location. You can see what is there in csv file using cat function like
cat > locations.csv Name,Address,City,State,ZIP Jane Doe,123 Main St,Whereverville,CA,90210 John Doe,555 Broadway Ave,New York,NY,10010
Now there is command called as mongoimport to load csv data into mongodb.
Format to run this query is shown as below.
mongoimport -d mydb -c things --type csv --file locations.csv --headerline
Now connect to MongoDB server and check the database name as db.
> use mydb
> db.things.find()
and it will give following output.
{ "_id" : ObjectId("4d32a36ed63d057130c08fca"), "Name" : "Jane Doe", "Address" : "123 Main St", "City" : "Whereverville", "State" : "CA", "ZIP" : 90210 }
{ "_id" : ObjectId("4d32a36ed63d057130c08fcb"), "Name" : "John Doe", "Address" : "555 Broadway Ave", "City" : "New York", "State" : "NY", "ZIP" : 10010 }
Class Location
Online Classes (Video Call via UrbanPro LIVE)
Student's Home
Tutor's Home
Years of Experience in Python Training classes
12
Course Duration provided
1-3 months
Seeker background catered to
Individual
Certification provided
No
Python applications taught
Text Processing with Python, Data Visualization with Python, Data Analysis with Python , Data Extraction with Python , Data Science with Python
Answered on 13/09/2022 Learn IT Courses/MongoDB
Suppose you have csv file of name location. You can see what is there in csv file using cat function like
cat > locations.csv Name,Address,City,State,ZIP Jane Doe,123 Main St,Whereverville,CA,90210 John Doe,555 Broadway Ave,New York,NY,10010
Now there is command called as mongoimport to load csv data into mongodb.
Format to run this query is shown as below.
mongoimport -d mydb -c things --type csv --file locations.csv --headerline
Now connect to MongoDB server and check the database name as db.
> use mydb
> db.things.find()
and it will give following output.
{ "_id" : ObjectId("4d32a36ed63d057130c08fca"), "Name" : "Jane Doe", "Address" : "123 Main St", "City" : "Whereverville", "State" : "CA", "ZIP" : 90210 }
{ "_id" : ObjectId("4d32a36ed63d057130c08fcb"), "Name" : "John Doe", "Address" : "555 Broadway Ave", "City" : "New York", "State" : "NY", "ZIP" : 10010 }
Post your Learning Need
Let us shortlist and give the best tutors and institutes.
or
Send Enquiry to Onkar
Let Onkar know you are interested in their class
Reply to 's review
Enter your reply*
Your reply has been successfully submitted.