Skip to content

Commit 62663b4

Browse files
DOC: fix build error in io-sql
1 parent 91b9051 commit 62663b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3271,7 +3271,7 @@ With some databases, writing large DataFrames can result in errors due to packet
32713271

32723272
.. ipython:: python
32733273
3274-
data.to_sql('data', engine, chunksize=1000)
3274+
data.to_sql('data_chunked', engine, chunksize=1000)
32753275
32763276
.. note::
32773277

0 commit comments

Comments
 (0)