hosseinmoein / DataFrame

C++ DataFrame for statistical, Financial, and ML analysis -- in modern C++ using native types and contiguous memory storage
https://hosseinmoein.github.io/DataFrame/
BSD 3-Clause "New" or "Revised" License
2.54k stars 313 forks source link

How to contribute to DataFrame #130

Closed NikBomb closed 2 years ago

hosseinmoein commented 3 years ago

If you would like to contribute to DataFrame, you should get familiarized with the project and its source code first. I suggest:

  1. Read the documentation from beginning to end
  2. Get comfortable with compiling the project
  3. Go through the Hello World
  4. Understand the Vectors code
  5. Go through the other test programs along with most of the features in the documentation
  6. Contribute + document + write test case

Also to meaningfully contribute to DataFrame you must have expertise in modern C++ and at least one of these areas; compiling & code organization, algorithms and data structures, statistics, machine-learning, quantitative finance, math

Thanks