Skip to content

Commit

Permalink
Added more to DataFrame.html 2
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Mar 13, 2024
1 parent b57cb39 commit 23d72ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

<H2><font color="blue">Summary</font></H2>
<P>
<font size="+1">DataFrame</font> is a templatized and heterogeneous C++ container designed for data analysis for statistical, machine-learning, or financial applications. You can think of data-frame as a two-dimensional data structure of columns and rows just like an Excel spreadsheet, or a SQL table. But in case of C++ DataFrame, your data needn’t be two-dimensional necessarily. Columns in the C++ DataFrame could be vectors of any type, including DataFrame’s or other containers. So, a C++ DataFrame can be of any dimension.
<font size="+1">DataFrame</font> is a templatized and heterogeneous C++ container designed for data analysis for statistical, machine-learning, or financial applications. You can think of data-frame as a two-dimensional data structure of columns and rows just like an Excel spreadsheet, or a SQL table. But in case of C++ DataFrame, your data needn’t be two-dimensional necessarily. Columns in the C++ DataFrame could be vectors of any type, including DataFrames or other containers. So, a C++ DataFrame can be of any dimension.
<UL>
<LI>A DataFrame can have one index column and many data columns of any built-in or user-defined types</LI>
<LI>Each column in DataFrame could be at most as long as the index column</LI>
Expand Down

0 comments on commit 23d72ed

Please sign in to comment.