Assignment database for a json dataset.
This assignment is use 10,000 rows of a json data, cause machine was not capable of processing whole file. Answers of query may differ from actual answers.
Start a mongo client using command.
$mongo
create a database using command.
$use traffic
create a collection
$db.createCollection(providedfile)
Need following libraries:
- ijson
- pymongo
- pandas
Hammad Ali Khan