Skip to content

Commit dba41de

Browse files
committed
Update readers.py
1 parent 07f3382 commit dba41de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/parsers/readers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1768,6 +1768,7 @@ def read_table(
17681768
file.
17691769
read_csv : Read a comma-separated values (csv) file into DataFrame.
17701770
read_fwf : Read a table of fixed-width formatted lines into DataFrame.
1771+
17711772
Examples
17721773
--------
17731774
>>> pd.read_table("data.txt") # doctest: +SKIP

0 commit comments

Comments
 (0)