Skip to content

Commit f90a7c8

Browse files
committed
DOC: add section on limiting output to spreadsheet comparison
1 parent 522563c commit f90a7c8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/source/getting_started/comparison/comparison_with_spreadsheets.rst

+11
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,17 @@ would be:
115115
# alternatively, read_table is an alias to read_csv with tab delimiter
116116
tips = pd.read_table("tips.csv", header=None)
117117
118+
119+
Limiting output
120+
~~~~~~~~~~~~~~~
121+
122+
Spreadsheet programs will only show one screenful of data at a time and then allow you to scroll, so
123+
there isn't really a need to limit output. In pandas, you'll need to put a little more thought into
124+
controlling how your ``DataFrame``\s are displayed.
125+
126+
.. include:: includes/limit.rst
127+
128+
118129
Exporting data
119130
~~~~~~~~~~~~~~
120131

0 commit comments

Comments
 (0)