Tutorial 4- MongoDb With Python- Querying Json Documents|Data Science

Поделиться
HTML-код
  • Опубликовано: 15 янв 2025

Комментарии • 20

  • @dcanbazlar
    @dcanbazlar 3 года назад

    This is the video I was looking for. Nice work 👍

  • @koustavdutta5317
    @koustavdutta5317 4 года назад +2

    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

  • @nandrajmeshram8755
    @nandrajmeshram8755 3 года назад

    very useful information thanks for the video

  • @sachinborgave8094
    @sachinborgave8094 4 года назад +2

    Thanks, please upload Deep Learning further videos..

  • @datasciencegyan5145
    @datasciencegyan5145 4 года назад +1

    Can u pls continue with rasa chatbot ... Very curious for making own chatbot

  • @louerleseigneur4532
    @louerleseigneur4532 3 года назад

    Thanks Krish

  • @hellwalker8602
    @hellwalker8602 3 года назад

    excellent

  • @surbhiagrawal3951
    @surbhiagrawal3951 4 года назад

    currently able to view only 5 tutorial on mongodb with python.. can you provide link where more mongodb tutorials are uploaded

  • @ashwinimandani2829
    @ashwinimandani2829 4 года назад +3

    Sir I know NUMPY, PANDAS, SKLearn, Linear and Logistics Regression.. Is this enough for placement? If not what should I learn next?

    • @datasciencegyan5145
      @datasciencegyan5145 4 года назад +2

      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

    • @ashwinimandani2829
      @ashwinimandani2829 4 года назад +2

      @@datasciencegyan5145 Sir I have some queries. Can I contact you on whatsapp, skype anywhere? It would be a big help

    • @datasciencegyan5145
      @datasciencegyan5145 4 года назад +2

      @@ashwinimandani2829 sure
      kumar.datasci@hotmail.com

  • @mehedihassanrafat536
    @mehedihassanrafat536 10 месяцев назад

    how did you opened the json file? you didn't showed that

  • @hades840
    @hades840 Год назад

    channel is deleted why?

  • @sriharsha5701
    @sriharsha5701 2 года назад

    Is it possible to visualise the data in graphs which is stored in mongodb

  • @kothapallysharathkumar9743
    @kothapallysharathkumar9743 4 года назад

    Sir please explain exactly what is the difference between json. And dictionary.

    • @ranjithkumarsamala6416
      @ranjithkumarsamala6416 4 года назад +1

      * 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.

  • @maulikathule2730
    @maulikathule2730 4 года назад

    How to use it in jupyter notebook? Plz someone guide

  • @alphonseinbaraj7602
    @alphonseinbaraj7602 4 года назад

    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

    • @lkhhoe
      @lkhhoe 4 года назад

      employee is the db name, and employeeinformation is the collection (table) name