Skip to content

Commit 9352d33

Browse files
committed
Merge remote-tracking branch 'upstream/master' into astype-keep-name
2 parents b81c90f + 5515f8d commit 9352d33

File tree

10 files changed

+629
-546
lines changed

10 files changed

+629
-546
lines changed

doc/source/getting_started/intro_tutorials/03_subset_data.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ name of the column of interest.
8888
</ul>
8989

9090
Each column in a :class:`DataFrame` is a :class:`Series`. As a single column is
91-
selected, the returned object is a pandas :class:`DataFrame`. We can verify this
91+
selected, the returned object is a pandas :class:`Series`. We can verify this
9292
by checking the type of the output:
9393

9494
.. ipython:: python

doc/source/user_guide/scale.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ We'll import ``dask.dataframe`` and notice that the API feels similar to pandas.
246246
We can use Dask's ``read_parquet`` function, but provide a globstring of files to read in.
247247

248248
.. ipython:: python
249+
:okwarning:
249250
250251
import dask.dataframe as dd
251252

0 commit comments

Comments
 (0)