We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
null_counts
1 parent 84d9461 commit a6df8ddCopy full SHA for a6df8dd
python/pyspark/pandas/frame.py
@@ -12057,7 +12057,6 @@ def info(
12057
verbose: Optional[bool] = None,
12058
buf: Optional[IO[str]] = None,
12059
max_cols: Optional[int] = None,
12060
- null_counts: Optional[bool] = None,
12061
) -> None:
12062
"""
12063
Print a concise summary of a DataFrame.
@@ -12170,7 +12169,6 @@ def info(
12170
12169
buf=buf,
12171
max_cols=max_cols,
12172
memory_usage=False,
12173
- null_counts=null_counts,
12174
)
12175
finally:
12176
del self._data
0 commit comments