Skip to content

Instantly share code, notes, and snippets.

View Cuahchic's full-sized avatar

Colin Cuahchic

View GitHub Profile
@Cuahchic
Cuahchic / using_sql_with_pandas.py
Created August 25, 2023 09:59
Using SQL with Pandas DataFrames
# %% Imports
import numpy as np
import pandas as pd
import sqlite3
# %% Generate some data
data_people1 = {
'idx': [1, 2, 3, 4],
'age': [6, 39, 69, 41],
'name': ['John', 'Sue', 'James', 'Agatha']
@Cuahchic
Cuahchic / ExampleBokehChart.html
Last active December 11, 2018 12:12
Time Series Interactive Plot Using Bokeh and Python
This file has been truncated, but you can view the full file.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
@Cuahchic
Cuahchic / .block
Last active September 25, 2018 09:19
Updateable Zoomable Mouseover Sunburst
height: 800
license: gpl-3.0
scrolling: yes
@Cuahchic
Cuahchic / .block
Last active May 18, 2018 08:52
The Five Realms Map Demo
height: 680
license: gpl-3.0