Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khuyentran1401/sample_datapane_script
This repo shows how to use Datapane create a simple script to see the rank of the authors or publications with respect to publishing frequency
https://github.com/khuyentran1401/sample_datapane_script
data-analysis data-science datapane python
Last synced: about 19 hours ago
JSON representation
This repo shows how to use Datapane create a simple script to see the rank of the authors or publications with respect to publishing frequency
- Host: GitHub
- URL: https://github.com/khuyentran1401/sample_datapane_script
- Owner: khuyentran1401
- Created: 2020-07-19T17:31:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T20:10:03.000Z (over 4 years ago)
- Last Synced: 2024-11-26T11:50:07.717Z (2 months ago)
- Topics: data-analysis, data-science, datapane, python
- Language: Jupyter Notebook
- Homepage:
- Size: 3.06 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Datapane Script
This is the example code to show how to create [this script](https://datapane.com/khuyentran1401/scripts/visualization_medium/) 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](https://docs.datapane.com/tutorials/tut-deploying-a-script) and options to set up the parameters [here](https://docs.datapane.com/reference/scripts/parameters)
## Descriptions of files in this repo
* [Visualization.ipynb](https://github.com/khuyentran1401/Sample_datapane_script/blob/master/Visualization.ipynb):
* Visualize data
* Save graphs and list to create scripts in script.py
* [script.py](https://github.com/khuyentran1401/Sample_datapane_script/blob/master/visualization.py):
* Load the graphs and list to show on the script
* Load parameters to input the information
* Create the script with Datapane
* [datapane.yaml](https://github.com/khuyentran1401/Sample_datapane_script/blob/master/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