Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bachelor of Applied Data Science
Data Challenges Unit Resources
Commits
e494c2ad
Unverified
Commit
e494c2ad
authored
Aug 18, 2021
by
Simon Bowly
Browse files
Merge remote-tracking branch 'upstream/main'
parents
653f1ad3
67b2fde9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Topic-Hints/GeoPandas/GeopandasTest.ipynb
0 → 100644
View file @
e494c2ad
%% Cell type:code id: tags:
```
!pip install geopandas
```
%% Cell type:code id: tags:
```
import pandas as pd
import geopandas
import matplotlib.pyplot as plt
```
%% Cell type:code id: tags:
```
cali = geopandas.read_file('/content/capa_barrios_y_sectores.zip')
```
%% Cell type:code id: tags:
```
cali.plot()
```
%%%% Output: execute_result
<matplotlib.axes._subplots.AxesSubplot at 0x7f5dc3613890>
%%%% Output: display_data

%% Cell type:code id: tags:
```
cali.head()
```
%%%% Output: execute_result
ID_BARRIO ... geometry
0 0610 ... POLYGON ((1065621.115 878387.971, 1065599.288 ...
1 0219 ... POLYGON ((1063839.549 877516.596, 1063830.460 ...
2 0216 ... POLYGON ((1061033.127 878514.611, 1061044.008 ...
3 0603 ... POLYGON ((1065906.032 878375.701, 1065906.602 ...
4 0608 ... POLYGON ((1064372.489 878220.313, 1064407.696 ...
[5 rows x 7 columns]
%% Cell type:code id: tags:
```
```
Topic-Hints/GeoPandas/capa_barrios_y_sectores.zip
0 → 100644
View file @
e494c2ad
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment