From 4f0ae0fce30636f26cba677427058f885ab0ee0d Mon Sep 17 00:00:00 2001 From: Hossein Moein Date: Sat, 19 Oct 2024 11:57:59 -0400 Subject: [PATCH] typo in docs --- docs/HTML/DateTime.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/HTML/DateTime.html b/docs/HTML/DateTime.html index 0cc9a795..1d7b05c2 100644 --- a/docs/HTML/DateTime.html +++ b/docs/HTML/DateTime.html @@ -90,8 +90,8 @@

Summary

Since DataFrame is a statistical library, it often deals with time-series data. So, it needs to keep track of time.
-The most efficient way of indexing DataFrame by time is to use an index type of time_t for second precision or double or long long integer for more precision. DateTime class provides a more elaborate handling of time. Also, it is a general handy DateTime object. DateTime is a cool and handy object to manipulate date/time with nanosecond precision and multi timezone capability. It has a very simple and intuitive interface that allows you to break date/time to their components, reassemble date/time from their components, advance or pullback date/time with different granularities, and more.

-DateTime is one of the types that DataFrame library can read/write from/to files and serialization.
+The most efficient way of indexing DataFrame by time is to use an index type of time_t for second precision or double or long long integer for more precision. DateTime class provides a more elaborate handling of time. Also, it is a general handy DateTime object. DateTime is a cool and handy object to manipulate date/time with nanosecond precision and multi timezone capability. It has a very simple and intuitive interface that allows you to break date/time to their components, reassemble date/time from their components, advance or pullback date/time with different granularities, and more.
+DateTime is one of the types that DataFrame library can read/write from/to files and serialization.