Skip to content

Instantly share code, notes, and snippets.

View imadjamil's full-sized avatar

Imad imadjamil

  • France
View GitHub Profile
@martisak
martisak / seattle_table.py
Created October 3, 2021 15:04
Sparklines table generation
import pandas as pd
import os
import numpy as np
def sparkline(data, endpoints=False, ci=True):
d = data.Mean_TemperatureC.values
r = [-12, 31]