You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace all occurrences of external functions with correct links to their respective documentation (see https://github.com/pandas-dev/pandas/pull/49709/files for a pyarrow example) -> requires finding the occurrences yourselves.
.str.cat
output in case ofIndex
object pandas-dev/pandas#35556. There was a PR, but it was closed: DOC: Updated docstring for Series.str.cat (pandas-dev#35556) pandas-dev/pandas#35784to_json()/read_json()
can't correctly dump/load numbers requiring >15 digits of precision pandas-dev/pandas#38437 (document limitation)read_csv
with an S3 URI pandas-dev/pandas#35206index_col
parameter ofpandas.read_excel
can be types other thanint
pandas-dev/pandas#52716The text was updated successfully, but these errors were encountered: