We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e85d0 commit 172c972Copy full SHA for 172c972
README.rst
@@ -13,7 +13,7 @@ Let's plot a heatmap of taxi pickups in San Francisco:
13
In [1]: import gmaps
14
15
# load a Numpy array of (latitude, longitude) pairs
16
- In [2]: data = gmaps.dataset.load_dataset('taxi_rides')
+ In [2]: data = gmaps.datasets.load_dataset('taxi_rides')
17
18
In [3]: map = gmaps.heatmap(data)
19
gmaps.display(map)
gmaps/__init__.py
@@ -6,6 +6,6 @@
6
7
from IPython.display import display
8
9
-__version__ = "0.1.5"
+__version__ = "0.1.6"
10
11
init()
0 commit comments