Setting-up SQL on Google Colab

preview_player
Показать описание
In this tutorial, we cover why Data Scientists use Ipython Notebooks and how we can set-up SQL on the Google Colab Ipython Notebook.

Here are the code snippets from the video:
***
!pip install pymysql
***
***
%load_ext sql
***
***
***
Now, every time you create a cell and add "%%sql", you can start running SQL:
%%sql
SELECT * FROM customers
LIMIT 5
***
Рекомендации по теме
Комментарии
Автор

this is the best video in the world...it has just changed my life..thanks for the effort and good content %% update 5 stars

NLVLSTNLVFND