Kernel: Python 3 (system-wide)
In [16]:
Out[16]:
(-10.0, 200.0)
In [3]:
Out[3]:
<matplotlib.image.AxesImage at 0x7fa698cd23d0>
In [4]:
Out[4]:
NY x pos: 211.46147518508363
NY y pos: 57.3333333333333
In [5]:
Out[5]:
Text(211.46147518508363, 57.3333333333333, 'New York')
In [20]:
Out[20]:
---------------------------------------------------------------------------
IndexError Traceback (most recent call last)
/tmp/ipykernel_1299/3065243181.py in <module>
10 next(reader)
11 for row in reader:
---> 12 latitude = float(row[20])
13 longitude = float(row[300])
14
IndexError: list index out of range
In [12]:
Out[12]:
<matplotlib.collections.PathCollection at 0x7fa698b1d310>
In [11]:
Out[11]: