diff --git a/data/SHORT_IBM.dat b/data/SHORT_IBM.dat new file mode 100644 index 00000000..7cc43259 Binary files /dev/null and b/data/SHORT_IBM.dat differ diff --git a/docs/HTML/DataFrame.html b/docs/HTML/DataFrame.html index 5f6a1ca6..4002d67e 100644 --- a/docs/HTML/DataFrame.html +++ b/docs/HTML/DataFrame.html @@ -101,7 +101,7 @@

Summary

    class DataFrame;

I specifies the index column type. Index column in a DataFrame is unlike an index in a SQL database. SQL database index makes access efficient. It doesn't give you any more information. The index column in a DataFrame is metadata about the data in the DataFrame. Each entry in the index describes the given row. It could be time, frequency, …, or a set of descriptors in a struct (like temperature, altitude, …).
- H specifies a heterogenous vector type to contain DataFrame columns — don't get hang up on this too much, instead use the convenient typedef's in DataFrame Library Types.
+ H specifies a heterogenous vector type to contain DataFrame columns — don't get hang up on this too much, instead use the convenient typedef's in DataFrame Library Types. H is a relatively complex construct. You do not need to fully understand H to use the DataFrame library.
H can only be: