diff --git a/docs/HTML/AutoCorrVisitor.html b/docs/HTML/AutoCorrVisitor.html index 29404a2c..d4cb303e 100644 --- a/docs/HTML/AutoCorrVisitor.html +++ b/docs/HTML/AutoCorrVisitor.html @@ -73,10 +73,10 @@
- FixedAutoCorrVisitor (size_type lag_period, roll_policy rp); + FixedAutoCorrVisitor (size_type lag_period, roll_policy rp); lag_period: Period to offset the correlation calculations rp: How to roll over the input with the lagged period. See roll_policy diff --git a/docs/HTML/DataFrame.html b/docs/HTML/DataFrame.html index 91f76239..dcb7029c 100644 --- a/docs/HTML/DataFrame.html +++ b/docs/HTML/DataFrame.html @@ -622,7 +622,7 @@diff --git a/docs/HTML/get_data_by_idx.html b/docs/HTML/get_data_by_idx.html index c56b7299..81ec2b22 100644 --- a/docs/HTML/get_data_by_idx.html +++ b/docs/HTML/get_data_by_idx.html @@ -46,7 +46,7 @@API Reference with code samples
- Miscellaneous 🦩 +Gears ⚙ diff --git a/docs/HTML/append_column.html b/docs/HTML/append_column.html index 182ad88f..25946846 100644 --- a/docs/HTML/append_column.html +++ b/docs/HTML/append_column.html @@ -48,7 +48,7 @@ std::size_t append_column(const char *name, const T &val, - nan_policy padding = nan_policy::pad_with_nans); + nan_policy padding = nan_policy::pad_with_nans); diff --git a/docs/HTML/gen_datetime_index.html b/docs/HTML/gen_datetime_index.html index 41f55c20..fd12ad04 100644 --- a/docs/HTML/gen_datetime_index.html +++ b/docs/HTML/gen_datetime_index.html @@ -48,7 +48,7 @@ static std::vector<typename I> gen_datetime_index(const char *start_datetime, const char *end_datetime, - time_frequency t_freq, + time_frequency t_freq, long increment = 1, DT_TIME_ZONE tz = DT_TIME_ZONE::LOCAL);@@ -68,8 +68,8 @@ template<typename ITR> std::size_t append_column(const char *name, - Index2D<const ITR &> range, - nan_policy padding = nan_policy::pad_with_nans); + Index2D<const ITR &> range, + nan_policy padding = nan_policy::pad_with_nans); diff --git a/docs/HTML/append_index.html b/docs/HTML/append_index.html index cb56153b..dd9915f7 100644 --- a/docs/HTML/append_index.html +++ b/docs/HTML/append_index.html @@ -63,7 +63,7 @@ template<typename ITR> std::size_t -append_index(Index2Drange); +append_index(Index2D range); diff --git a/docs/HTML/change_freq.html b/docs/HTML/change_freq.html index 700bf837..3669016b 100644 --- a/docs/HTML/change_freq.html +++ b/docs/HTML/change_freq.html @@ -47,7 +47,7 @@ template<typename ... Ts> DataFrame<T, H> change_freq(size_type new_freq, - time_frequency time_unit = + time_frequency time_unit = time_frequency::not_valid) const; @@ -59,7 +59,7 @@Ts: List all the types of all data columns. A type should be specified in the list only once.
new_freq: The new frequency expressed in a positive integer value. The Unit depends on the index type and time_unit parameter
- time_unit: Time unit based on time_frequency enum. If index time is not DateTime, time_unit must be not_valid. If index time is DateTime, time_unit must not be not_valid. Otherwise, the behavior is undefined.
+ time_unit: Time unit based on time_frequency enum. If index time is not DateTime, time_unit must be not_valid. If index time is DateTime, time_unit must not be not_valid. Otherwise, the behavior is undefined.
template<typename ... Ts> DataFrame -get_data_by_idx(Index2D<IndexType> range) const; +get_data_by_idx(Index2D<IndexType> range) const;
template<typename ... Ts> View -get_view_by_idx(Index2D<IndexType> range); +get_view_by_idx(Index2D<IndexType> range);
template<typename ... Ts> ConstView -get_view_by_idx(Index2D<IndexType> range) const; +get_view_by_idx(Index2D<IndexType> range) const;
template<typename ... Ts> DataFrame<I, H> -get_data_by_loc(Index2D<long> range) const; +get_data_by_loc(Index2D<long> range) const;
template<typename ... Ts> View -get_view_by_loc(Index2D<long> range); +get_view_by_loc(Index2D<long> range);
template<typename ... Ts> ConstView -get_view_by_loc(Index2D<long> range) const; +get_view_by_loc(Index2D<long> range) const;
bool read(const char *file_name, - io_format iof = io_format::csv, + io_format iof = io_format::csv, bool columns_only = false, size_t starting_row = 0, size_t num_rows = std::numeric_limits<size_t>::max()); @@ -193,7 +193,7 @@ template<typename S> bool read(S &in_s, - io_format iof = io_format::csv, + io_format iof = io_format::csv, bool columns_only = false);
std::future<bool> read_async(const char *file_name, - io_format iof = io_format::csv, + io_format iof = io_format::csv, bool columns_only = false);@@ -226,7 +226,7 @@ template<typename S> std::future<bool> read_async(S &in_s, - io_format iof = io_format::csv, + io_format iof = io_format::csv, bool columns_only = false); diff --git a/docs/HTML/remove_data_by_idx.html b/docs/HTML/remove_data_by_idx.html index 0f80f1db..24b8eca1 100644 --- a/docs/HTML/remove_data_by_idx.html +++ b/docs/HTML/remove_data_by_idx.html @@ -46,7 +46,7 @@
template<typename ... Ts> void -remove_data_by_idx(Index2D<I> range); +remove_data_by_idx(Index2D<I> range);
template<typename ... Ts> void -remove_data_by_loc(Index2D<I> range); +remove_data_by_loc(Index2D<I> range);