top of page
Learn-Python-with-Google-Colab-Step-to-M

WI-FI HOTSPOT DATASET.

DEEP DIVE: INTRO TO PYTHON

Analysis of Wi-Fi hotspots locations dataset  in Mexico City and New York City.

On Python deep dive I learned the basic concepts to extract data from a dataset and use the tools and libraries from python to analyze information from New York City and Mexico City. The analysis program was coded on Colab.

Adding dataset on Colab

colab1.png

Data information from dataset.

colab2_edited.jpg

Hotspots comparison between cities.

colab3.png

Number of boroughs for each city.

Colab6.png

Mexico City boroughs.

colab7.png

Mexico City boroughs graph.

colab8.png

New York City boroughs.

colab9.png

New York City boroughs graph.

colab10.png

Network status from hotspots in New York City.

colab12.png

Network status from hotspots in Mexico City.

colab11.png

Network status from hotspots in New York City.

colab11.png

Network status from hotspots in Mexico City.

colab13.png

Network status from hotspots in New York City.

colab13.png

This analysis project allows extracting data that could be used on Big Data systems. The purpose of performing this basic code is to find new strategies that help to use data for expert systems or machine learning projects. This dataset could be an addition to the Wi-Fi accessibility project for future updates. The challenge is to design a map chart to locate free hotspots locations in both cities.

bottom of page