Skip to content

DOC: Specify what "non-null" means in DataFrame.info() #60802

Closed
@jxu

Description

@jxu

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.info.html

Documentation problem

Non-null is not specific

Suggested fix for documentation

Link to documentation or specify exactly what non-null means. In particular, for float64s NaN are considered "null". And does it also represent NULLs in the Nullable integer types? https://pandas.pydata.org/docs/user_guide/integer_na.html

Pandas is not consistent with its terminology of NA, NULL, and NaN.
NaN is a floating point value that is not in the IEEE standard as a missing value.
R uses NA consistently and SQL uses NULL consistently in 3VL.

Metadata

Metadata

Assignees

Labels

DocsMissing-datanp.nan, pd.NaT, pd.NA, dropna, isnull, interpolate

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions