Skip to content

Files

Latest commit

 

History

History

source-code

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#| Source code

This is source code that is either used in the presentation, or was developed to create it. There is some material not covered in the presentation as well.

What is it?

  • altair: illustration of an interactive plot using Altair.
  • db-access: illustration of accessing SQLite databases and using SQLAlchemy, including object-relational mapping.
  • gis: illustrations of working with geospatial data, including geopandas.
  • holoviews: illustrations of using HoloViews for convenient visualizations.
  • networkx: illustration of using the networkx library for graph representation and algorithms.
  • pandas: illustrations of using pandas and seaborn.
  • polars: Kllustrations of using polars.
  • regexes: illustrations of using regular expressions for validation and information extraction from textual data.
  • seaborn: illustrations of using Seaborn to create plots.
  • web-scraping: illustration of web scraping using beautiful soup and graph representation using networkx.
  • xarray: illustrates the xarray library for pandas-like operations on multi-dimensional arrays.

Note: material on dashboards has been moved to a dedicated repository.