File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ #| Source code
2+
3+ This is source code that is either used in the presentation, or was developed
4+ to create it. There is some material not covered in the presentation as well.
5+
6+ ## Requirements
7+
8+ * Python version: at least 3.6
9+ * Packages:
10+ * pandas
11+ * seaborn
12+ * holoviews
13+ * sqlalchemy
14+ * folium
15+ * matplotlib
16+ * numpy
17+ * scipy
18+ * geopandas
19+ * shapely
20+ * bs4
21+ * networkx
22+ * Jupyter notebook
23+ * Optional packages
24+ * gdal
25+ * fiona
26+
27+ ## What is it?
28+ * [ ` db-access ` ] ( db-access ) : illustration of accessing SQLite databases and using
29+ SQLAlchemy, including object-relational mapping.
30+ * [ ` gis ` ] ( gis ) : illustrations of working with geospatial data, including geopandas.
31+ * [ ` holoviews ` ] ( holoviews ) : illustrations of using HoloViews for convenient
32+ visualizations.
33+ * [ ` pandas ` ] ( pandas ) : illustrations of using pandas and seaborn.
34+ * [ ` regexes ` ] ( regexes ) : illustrations of using regular expressions for validation
35+ and information extraction from textual data.
36+ * [ ` web-scraping ` ] ( web-scraping ) : illustration of web scraping using beautiful soup
37+ and graph representation using networkx.
You can’t perform that action at this time.
0 commit comments