Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion _doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from sphinx_runpython.conf_helper import has_dvipng, has_dvisvgm
from pandas_streaming import __version__


extensions = [
"nbsphinx",
"sphinx.ext.autodoc",
Expand Down
1 change: 0 additions & 1 deletion _doc/examples/first_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from pandas import DataFrame
from pandas_streaming.df import StreamingDataFrame


df = DataFrame(data=dict(X=[4.5, 6, 7], Y=["a", "b", "c"]))
df

Expand Down