Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 886 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 886 Bytes

Data File Format Examples

Basic examples of using various numeric data file formats. These example python modules were designed to supplement a presentation on data file formats.

Each script gives a simple example of using a particular file format or using a file format for a particular use case.

Run with Binder

The notebooks and scripts in this repository can be run on Binder by clicking the button below:

Binder

Install Locally

If you'd rather run these examples on your own machine, start by creating a new conda environment and activating it:

conda env create -n <env name> -f environment.yml
conda activate <env name>

Then start the interactive jupyter lab session by running:

jupyter lab data_files.ipynb