Skip to content

Commit f388827

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 992d579 commit f388827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/formats/info.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
2 column_3 1000000 non-null object
147147
dtypes: object(3)
148148
memory usage: 165.9 MB
149-
149+
150150
>>> info_dict = df.info(return_dict=True)
151151
>>> print(info_dict)
152152
{'Column_summary': '...', 'Memory_usage': 24000128, 'Index_type': 'RangeIndex', 'Index_entries': 1000000}"""
@@ -289,7 +289,7 @@
289289
details.
290290
{show_counts_sub}
291291
{return_dict_sub}
292-
292+
293293
Returns
294294
-------
295295
dict or None

0 commit comments

Comments
 (0)