Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

17 lines (14 loc) · 1.2 KB

Sample Datapane Script

This is the example code to show how to create this script with Datapane. This script shows the ranks of the author and publications on Medium with respect to publishing frequency last year.

Find the instruction to create a script with Datapane here and options to set up the parameters here

Descriptions of files in this repo

  • Visualization.ipynb:
    • Visualize data
    • Save graphs and list to create scripts in script.py
  • script.py:
    • Load the graphs and list to show on the script
    • Load parameters to input the information
    • Create the script with Datapane
  • datapane.yaml:
    • Config file for parameters and the files to include in the script
  • publication_count, publication_rank, author_count: pickle files used for the script