Skip to content

Instantly share code, notes, and snippets.

View roveo's full-sized avatar
👷‍♂️

Mikhail Akimov roveo

👷‍♂️
  • Head of Analytics
  • Tel Aviv, Israel
  • X @roveo
View GitHub Profile
@roveo
roveo / alarm.ipynb
Created November 13, 2022 13:19
misc
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roveo
roveo / data_quality.ipynb
Created October 18, 2022 18:00
Data Quality
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@roveo
roveo / spec.json
Created December 26, 2021 09:51
Vega spec for SO answer about stratify node totals
{
"$schema": "https://vega.github.io/schema/vega/v5.json",
"description": "An example of treemap layout for hierarchical data.",
"width": 860,
"height": 600,
"padding": 2.5,
"autosize": "none",
<div class='tableauPlaceholder' id='viz1511942244832' style='position: relative'>
<noscript>
<a href='#'>
<img alt='Subchuck ' src='https:&#47;&#47;public.tableau.com&#47;static&#47;images&#47;Su&#47;Subchuck&#47;Subchuck&#47;1_rss.png' style='border: none' />
</a>
</noscript>
<object class='tableauViz' style='display:none;'>
<param name='host_url' value='https%3A%2F%2Fpublic.tableau.com%2F' />
<param name='embed_code_version' value='3' />
<param name='site_root' value='' />
@roveo
roveo / .cvimrc
Last active March 20, 2017 10:09
set nosmoothscroll
set noautofocus
map J scrollPageDown
map K scrollPageUp
map h previousTab
map l nextTab
let barposition = "bottom"
map S :tabnew google<Space>
map s :open google<Space>
map O :tabnew<Space>
@roveo
roveo / index.html
Last active January 4, 2016 14:29
D3 map training
<html>
<head>
<style>
path {
stroke: white;
stroke-width: .1px
}
#loading {
font-family: Verdana;
@roveo
roveo / index.html
Last active January 4, 2016 14:09
Training stream graph
<!DOCTYPE html>
<html>
<head>
<style>
.axis line {
fill: none;
stroke: black;
shape-rendering: crispEdges;
stroke-width: 1.1;
opacity: .2