Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This repository uses python 3.7.3 and depends on the packages listed in `require
# How do I use this repository?

## Accessing Data
To download and unzip the Plotly dataset-visualization pairs or features, run `./retrieve_data.sh`. Comment lines to specify which subsets or features you want to use. Then create a symlink for to access the data `ln -s data/[ plotly_plots_with_full_data_with_all_fields_and_header_{ 1k, 100k, full }.tsv data/plot_data.tsv`.
To download and unzip the Plotly dataset-visualization pairs or features, run `./retrieve_data.sh`. Comment lines to specify which subsets or features you want to use. Then create a symlink for to access the data by first going to folder `data` and then use `ln -s plotly_plots_with_full_data_with_all_fields_and_header_{ 1k, 100k, full }.tsv plot_data.tsv`.

## Preparing Data
Within the `data_cleaning` directory:
Expand Down