Py.Cafe

nilolom565/

nsw-female-ranking-viewer

NSW Female Ranking Viewer

DocsPricing
  • assets/
  • app.py
  • download.txt
  • requirements.txt
app.py
1
2
3
4
5
6
from dash import Dash, callback, html, dcc, Input, Output, State
import dash_ag_grid as dag
import pandas as pd
import os
import requests