February 2018
Beginner to intermediate
364 pages
10h 32m
English
This is a very simple task to perform with pandas. The code of the example is in 08/03_visualize_wikipedia_edits.py.
>>> import pandas as pd>>> import matplotlib.pyplot as plt
>>> df = pd.read_json("geo_ips.json")>>> df[:5])city country_code country_name ip latitude \0 Hanoi VN Vietnam 118.70.248.17 21.0333 1 Roskilde DK ...
Read now
Unlock full access