Skip to content

djhoese/data-file-formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic examples of using various numeric data file formats for a presentation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published