Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 450 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 450 Bytes

excel-to-pandas-demo

Run the demo on Binder here:

Binder

Requirements:

A python installation with conda. Anaconda recommended.

Installation:

With terminal open to this directory, run conda env create -f environment.yml

Then activate the environment with conda activate excel-to-pandas.

Then, simply run jupyter notebook.