Sir, one request to you .... it would be very helpful if you could please do one more video in this playlist on : Quering GeoSpatial Information using MongoDB with Python
* JSON is a pure string written in a convention format, which does not have any characteristics of data structure. The rules of the string representation of Python's dict look similar to JSON, but the dict itself is a complete data structure that implements all of its own algorithms. * Python's dictionary key can be any hash object, and JSON can only be a string. * The Python dict string uses single quotation marks, and JSON enforces double quotation marks. * You can nest tuple in Python dict. JSON can only use array. * JSON key name must be a string, Python dict uses hashable.
sir , empinfo=mydb.employeeinformation In this code, what is employeeinformation ? employee is db name or table name .but you are mention employeeinformation . apologize if anythng mistake
This is the video I was looking for. Nice work 👍
Sir, one request to you .... it would be very helpful if you could please do one more video in this playlist on : Quering GeoSpatial Information using MongoDB with Python
very useful information thanks for the video
Thanks, please upload Deep Learning further videos..
Can u pls continue with rasa chatbot ... Very curious for making own chatbot
Thanks Krish
excellent
currently able to view only 5 tutorial on mongodb with python.. can you provide link where more mongodb tutorials are uploaded
Sir I know NUMPY, PANDAS, SKLearn, Linear and Logistics Regression.. Is this enough for placement? If not what should I learn next?
U must have a knowledge of other algo also .. however they are important for regression and classification like using DT xgb rf svr svc knn
@@datasciencegyan5145 Sir I have some queries. Can I contact you on whatsapp, skype anywhere? It would be a big help
@@ashwinimandani2829 sure
kumar.datasci@hotmail.com
how did you opened the json file? you didn't showed that
channel is deleted why?
Is it possible to visualise the data in graphs which is stored in mongodb
Sir please explain exactly what is the difference between json. And dictionary.
* JSON is a pure string written in a convention format, which does not have any characteristics of data structure. The rules of the string representation of Python's dict look similar to JSON, but the dict itself is a complete data structure that implements all of its own algorithms.
* Python's dictionary key can be any hash object, and JSON can only be a string.
* The Python dict string uses single quotation marks, and JSON enforces double quotation marks.
* You can nest tuple in Python dict. JSON can only use array.
* JSON key name must be a string, Python dict uses hashable.
How to use it in jupyter notebook? Plz someone guide
sir ,
empinfo=mydb.employeeinformation
In this code, what is employeeinformation ? employee is db name or table name .but you are mention employeeinformation . apologize if anythng mistake
employee is the db name, and employeeinformation is the collection (table) name