Skip to content
Open
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
2 changes: 1 addition & 1 deletion notes/pandas.rst
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,7 +68,7 @@ If ``data`` is an array-like, ``index`` must be the same length as ``data``. If
Dictionary
^^^^^^^^^^

Dinctionaries already have a natural candidate for the index, so passing the ``index`` separately seems redundant, although possible.
Dictionaries already have a natural candidate for the index, so passing the ``index`` separately seems redundant, although possible.

.. ipython::

Expand Down