Skip to content

Commit

Permalink
Grouped the member functions in DataFrame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 31, 2024
1 parent 0e6b0fa commit dbf16d2
Show file tree
Hide file tree
Showing 3 changed files with 179 additions and 74 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ I have followed a few <B>principles in this library</B>:<BR>
5. [Avoid copying data as much as possible](https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/copying_data.html)
6. [Use multi-threading but only when it makes sense](https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/multithreading.html)
7. [Do not attempt to protect the user against _garbage in_, _garbage out_](https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/garbage_in_garbage_out.html)
8. Keep DataFrame library self-contained, meaning DataFrame must only depend on _C++ language_ and its _standard library_
8. [Keep DataFrame library self-contained, meaning DataFrame must only depend on _C++ language_ and its _standard library_](https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/self_contained.html)

---

Expand Down
Loading

0 comments on commit dbf16d2

Please sign in to comment.