Skip to content

Latest commit

 

History

97 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fortranDF

fortranDF is a data frame library for use in modern Fortran programs.

Features

  • can be built with fpm
  • data_frame data type
  • columns can be any intrinsic type
  • columns do not all need to be the same type
  • columns can be modified or retrieved through the use of headers

Documentation

See https://github.com/jaiken17/fortranDF/blob/main/docs/docs.md for documentation and getting started.

Future Plans

  • allow columns of different kinds
  • add direct mathematics procedures (average, sum, etc.)
  • improve IO capabilites (read/write CSV files specifically)

Dependencies

split_mod.f90 is a modified version of procedures from urbanjost/M_strings

About

FortranDF is a library that implements a data_frame data structure similar to those used in other languages.

Topics

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages