Prerequisites
- Python environment set up (check out Anaconda Navigator if you want somewhere to start.)
- Have a Dune API key (to obtain one follow the steps here)
Upload the CSV
Follow below steps to upload your CSV. Please make sure to modify paths to your .env file and to your CSV file.dune.<team or user handle>.dataset_<table name defined>. For example, here I defined the table name to be “cereal_table” and my team name is “dune”, so to access the uploaded table we will do select * from dune.dune.dataset_cereal_table
For more information on upload endpoint, please visit this page.
