Working with JSON/SQL | Day 16 | 100 Days of Machine Learning

preview_player
Показать описание
JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. JSON is a lightweight data format used for data interchange between multiple different languages. It is easy to read for humans and easily parsed by machines. It's pretty common for websites to return JSON from API's so that the information is easy to parse by different programming languages.

SQL(Structured Query Language) is used to manage relational databases, and It is used to perform fetching rows, database creation, modifying databases, deleting databases, and also reading, writing data. It is extremely useful in managing structured data, i.e. data that is used to represent relations among entities and variables. SQL is predicated on relational algebra and tuple relational calculus. MS Access, MySQL is a standard database language.

Working with JSON/SQL involves handling structured data in JSON format or querying relational databases using SQL, essential skills for data manipulation and analysis.

============================
Do you want to learn from me?
============================

📱 Grow with us:
Рекомендации по теме
Комментарии
Автор

I have never commented on any YouTube video. This video, the whole playlist made me. Salute to your efforts I am forever in your debt

adityamehra
Автор

Thanks!, this PlayList is super helpful. Keep up the good work, Nitish!

joshivu
Автор

Usually I do not prefer comments on YouTube but I respect your afferts. Thank for every thing

anilbarmola
Автор

You are the only youtuber, who is interpreting all the subparameters thanxxx

JACKSPARROW-chjl
Автор

its called real content... thank you sir ji

sangamwathore
Автор

02:08 JSON and SQL are widely used data formats in programming

04:16 Learn how to work with JSON and SQL in Python

06:24 The tutorial explains how to read and convert JSON data into a pandas dataframe.

08:32 Converting a SQL file into a pandas dataframe

10:40 Start Apache and MySQL servers and import a dataset into a new database

12:48 Create a connection to a MySQL database in Python using MySQL.Connector

14:56 The function read_SQL_query in Pandas can create a dataframe by executing a SQL query with a connection object.

17:00 Life expectancy is greater than 60 in 167 countries.

bhabanisankarsahoo
Автор

Pretty much amazing playlist in entire youtude. I loved it

jayanthAILab
Автор

Informative I like your way of teaching

hamdansiddiqui
Автор

i wish i watched ur videos 2years ago 😄..Good Work bro..thanks

tanishagrawal
Автор

thank you sir for showing, how to extract data from the database. Sir pymysql library will also work instead of MySQL.connector

raghavagrawal
Автор

Do we need to keep our server running while making a connection to the mysql database

dipanjanjayswal
Автор

If someone coding in google colab then how did you read SQL data? Like how did you create the database for it, please help

replymeasapp
Автор

Can we do this using SSMS? will XAMPP be needed then?

KeyboardWarrior
Автор

Very much helpful if video is in English (for non hindi)

yathishb
Автор

Hello sir this video very very important for beginers i want to you please make a project sql and jupter notebook using complete project

Awm_king-yi
Автор

I got stuck while setting connection to the mysql database.

InterfaceError: 2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused)

can someone please help me?

sandalagrawal
Автор

@CampusX This playlist is ML playlist or Data science playlist. Because, till now the concepts covered seems to be of data science; but you have named this playlist as ML. And you have another playlist named Data Science.

PiyushSingh-vnql
Автор

What is need of xampp?
Anyone please

brijkishorvarshney
Автор

is there any need to learn c++ or java for data scientist role in big MNCs?

tanmayshinde
Автор

2003: Can't connect to MySQL server on 'localhost:3306' (111 Connection refused) anyone pls help

lakshyajain