Skip to content

jaiken17/fortranDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published