From 8576baa33e0b9f08d626044b14481cbe40efd1e2 Mon Sep 17 00:00:00 2001 From: Sathvik Mulukutla <72032381+DarthKitten2130@users.noreply.github.com> Date: Wed, 9 Apr 2025 01:18:21 +0530 Subject: [PATCH 1/2] Changed term non-null to NA --- pandas/io/formats/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/formats/info.py b/pandas/io/formats/info.py index c9a6e94a0c7c1..7ebb3d1f164f8 100644 --- a/pandas/io/formats/info.py +++ b/pandas/io/formats/info.py @@ -249,7 +249,7 @@ Print a concise summary of a {klass}. This method prints information about a {klass} including - the index dtype{type_sub}, non-null values and memory usage. + the index dtype{type_sub}, NA values and memory usage. {version_added_sub}\ Parameters From c8b0b356a3ec8157895fd35a88016e48ca67468f Mon Sep 17 00:00:00 2001 From: Sathvik Mulukutla <72032381+DarthKitten2130@users.noreply.github.com> Date: Thu, 10 Apr 2025 08:30:54 +0530 Subject: [PATCH 2/2] Update pandas/io/formats/info.py Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com> --- pandas/io/formats/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/io/formats/info.py b/pandas/io/formats/info.py index 7ebb3d1f164f8..eb579f7149d44 100644 --- a/pandas/io/formats/info.py +++ b/pandas/io/formats/info.py @@ -249,7 +249,7 @@ Print a concise summary of a {klass}. This method prints information about a {klass} including - the index dtype{type_sub}, NA values and memory usage. + the index dtype{type_sub}, non-NA values and memory usage. {version_added_sub}\ Parameters