Skip to content

Commit 9ff4e9c

Browse files
Changed term non-null to NA (#61257)
* Changed term non-null to NA * Update pandas/io/formats/info.py Co-authored-by: Matthew Roeschke <[email protected]> --------- Co-authored-by: Matthew Roeschke <[email protected]>
1 parent d1c6404 commit 9ff4e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
Print a concise summary of a {klass}.
250250
251251
This method prints information about a {klass} including
252-
the index dtype{type_sub}, non-null values and memory usage.
252+
the index dtype{type_sub}, non-NA values and memory usage.
253253
{version_added_sub}\
254254
255255
Parameters

0 commit comments

Comments
 (0)