2 Matching Annotations
- Jan 2023
-
datascienceparichay.com datascienceparichay.com
-
Now, if you try to parse a date (using the pandas.to_datetime() function) that lies outside this range, we get the above ParseError.
The datetime type in pandas can only take values inside a given range, for example, dates less than 1677-09-21 and greater than 2262-04-11 cannot be used in Pandas. Is this due to the bit size the datetime[ns] type uses in Pandas?
-
- Mar 2020