Python tutorial: Introduction to Databases in Python смотреть онлайн
Learn more about working with databases in Python: https://www.datacamp.com/courses/introduction-to-relational-databases-in-python
Welcome to introduction to databases in python.
My name is Jason Myers and I'm a software engineer and my area of expertise is in developing data analytics platforms.
Relational databases are the foundation of many applications and data systems widely used today. They are also extremely common in the world of data science and analytics.
Relational databases are made up of tables which store our data. For example, here are a couple of tables from the Census database that we'll be using in this course. The census table on the left holds location and demographic information along with population counts from the census data. Meanwhile the state_fact table on the right holds additional details about the states themselves such as the abbreviation and type of the location.
Tables themselves consist of columns and rows. The columns of a database define the name of an element or field in our data, such as the age column highlighted here. They also specify the data type, such as string of integer, which we'll talk more about in a later section. All of the data in a table is stored within the rows of a table. The row highlighted here contains the population counts in 2000 and 2008 for new born females in New York state.
Tables can also be "related" to one another by a column acting as a key or bridge that tells it which piece of data it is associated with in another table. This feature is where relational databases get the relational part of their name. Here, we've highlighted the state column in the census table and the name column in the state_fact table. We can use this relationship to get additional information about the relevant state, such as its abbreviation, for any row in the census table. The structure of tables in relational databases, along with how they can be related as outlined here, is known as the relational model.
We'll soon learn how to extract information from such a database, but first, let's test your knowledge of the relational model with a multiple choice question.
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Python tutorial: Introduction to Databases in Python» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.