-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: OverflowError when fillna on DataFrame with a pd.Timestamp #61208
Labels
Bug
Error Reporting
Incorrect or improved errors from pandas
Timestamp
pd.Timestamp and associated methods
Comments
Thanks for the report! Confirmed on main, part of the stack has the error:
which I believe should be what is raised here. Further investigations and PRs to fix are welcome! |
take |
PedroM4rques
added a commit
to PedroM4rques/pandas
that referenced
this issue
Apr 1, 2025
…d.Timestamp Now raises OutOfBoundsDatetime.
PedroM4rques
added a commit
to PedroM4rques/pandas
that referenced
this issue
Apr 1, 2025
…d.Timestamp - Now correctly raises OutOfBoundsDatetime - Added test_fillna_out_of_bounds_datetime()
PedroM4rques
added a commit
to PedroM4rques/pandas
that referenced
this issue
Apr 1, 2025
PedroM4rques
added a commit
to PedroM4rques/pandas
that referenced
this issue
Apr 1, 2025
PedroM4rques
added a commit
to PedroM4rques/pandas
that referenced
this issue
Apr 2, 2025
5 tasks
PedroM4rques
added a commit
to PedroM4rques/pandas
that referenced
this issue
Apr 2, 2025
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Error Reporting
Incorrect or improved errors from pandas
Timestamp
pd.Timestamp and associated methods
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
Issue is similar to this closed issue without a reproducible example.
A DataFrame that has a column with datetime64[ns] with NaT gets an error if trying to fill null values with a pd.Timestamp that lies outside the range of the given precision.
Expected Behavior
The null values in the DataFrame should be replaced with the provided TimeStamp or an error should be provided to the user that the Timestamps have incompatible precisions and ranges.
Installed Versions
INSTALLED VERSIONS
commit : 0691c5c
python : 3.10.8
python-bits : 64
OS : Windows
OS-release : 10
Version : 10.0.17763
machine : AMD64
processor : Intel64 Family 6 Model 143 Stepping 8, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : German_Switzerland.1252
pandas : 2.2.3
numpy : 2.2.4
pytz : 2025.2
dateutil : 2.9.0.post()
pip : 25.0.1
Cython : None
sphinx : None
IPython : None
adbc-driver-postgresql: None
adbc-driver-sqlite : None
bs4 : None
blosc : None
bottleneck : None
dataframe-api-compat : None
fastparquet : None
fsspec : None
html5lib : None
hypothesis : None
gcsfs : None
jinja2 : None
lxml.etree : None
matplotlib : None
numba : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
psycopg2 : None
pymysql : None
pyarrow : None
pyreadstat : None
pytest : None
python-calamine : None
pyxlsb : None
s3fs : None
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlsxwriter : None
zstandard : None
tzdata : 2025.2
qtpy : None
pyqt5 : None
The text was updated successfully, but these errors were encountered: