- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Geocoding + Data Cleaning Tutorial with Python
In this tutorial, we will explore the concept of geocoding in Python through a practical application.
Geocoding is the process of converting place names and addresses into latitude and longitude coordinates. The reverse process, generating addresses from coordinate information, is called reverse geocoding. In this tutorial, we focus on the first approach (geocoding).
Using a data table from Wikipedia that lists the most visited museums in the world, we will use the Nominatim API, which accesses OpenStreetMap data, to retrieve latitude and longitude coordinates and plot them on an interactive Leaflet map using Python's Folium library. Along with the process of reading data with Python's Pandas library and preparing it for this exercise, we will cover various data cleaning and transformation steps. If you are interested in learning how to perform data cleaning and wrangling, this tutorial will be exciting for you as well.
Mist visited museums in the world - https://en.wikipedia.org/wiki/List_of_most-visited_museums
Download the python script (.py) and/or iPython Notebook (.ipynb) - https://drive.google.com/drive/folders/183cH0XII_AZ3LwN0xwNZD8sJTndJ3i8s?usp=sharing
Here's the timeline:
00:00 - Introduction, Data Cleaning and Transformations
17:00 - Retrieving Coordinate Information using the Geocoder
42:00 - Plotting the Data on an Interactive Map
Видео Geocoding + Data Cleaning Tutorial with Python канала GeoDelta Labs
Geocoding is the process of converting place names and addresses into latitude and longitude coordinates. The reverse process, generating addresses from coordinate information, is called reverse geocoding. In this tutorial, we focus on the first approach (geocoding).
Using a data table from Wikipedia that lists the most visited museums in the world, we will use the Nominatim API, which accesses OpenStreetMap data, to retrieve latitude and longitude coordinates and plot them on an interactive Leaflet map using Python's Folium library. Along with the process of reading data with Python's Pandas library and preparing it for this exercise, we will cover various data cleaning and transformation steps. If you are interested in learning how to perform data cleaning and wrangling, this tutorial will be exciting for you as well.
Mist visited museums in the world - https://en.wikipedia.org/wiki/List_of_most-visited_museums
Download the python script (.py) and/or iPython Notebook (.ipynb) - https://drive.google.com/drive/folders/183cH0XII_AZ3LwN0xwNZD8sJTndJ3i8s?usp=sharing
Here's the timeline:
00:00 - Introduction, Data Cleaning and Transformations
17:00 - Retrieving Coordinate Information using the Geocoder
42:00 - Plotting the Data on an Interactive Map
Видео Geocoding + Data Cleaning Tutorial with Python канала GeoDelta Labs
Комментарии отсутствуют
Информация о видео
11 сентября 2024 г. 14:21:50
00:49:13
Другие видео канала





















