File tree 4 files changed +4
-4
lines changed 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Unknown Chunks
149
149
150
150
Some arrays have unknown chunk sizes. These are designated using `` np.nan``
151
151
rather than an integer. These arrays support many but not all operations. In
152
- particular, opeations like slicing are not possible and will result in an
152
+ particular, operations like slicing are not possible and will result in an
153
153
error.
154
154
155
155
.. code- block:: python
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ From Raw Dask Graphs
97
97
This section is mainly for developers wishing to extend dask.dataframe. It
98
98
discusses internal API not normally needed by users. Everything below can be
99
99
done just as effectively with :doc: `dask.delayed<delayed-overview> ` described
100
- just above. You should never need to create a dataframe object by han
100
+ just above. You should never need to create a dataframe object by hand.
101
101
102
102
To construct a DataFrame manually from a dask graph you need the following
103
103
information:
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Dask dataframe divides `categorical data`_ into two types:
81
81
different categories in each partition. Internally, unknown categoricals are
82
82
indicated by the presence of ``dd.utils.UNKNOWN_CATEGORIES `` in the
83
83
categories on the ``_meta `` attribute. Since most dataframe operations
84
- propogate the categories, the known/unknown status should propogate through
84
+ propagate the categories, the known/unknown status should propagate through
85
85
operations (similar to how ``NaN `` propagates).
86
86
87
87
For metadata specified as a description (option 2 above), unknown categoricals
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ The following parameters may be passed to s3fs using ``storage_options``:
148
148
149
149
- token: if authentication has been done with some other S3 client
150
150
151
- - use_ssl: whether connections are encryted and secure (default True)
151
+ - use_ssl: whether connections are encrypted and secure (default True)
152
152
153
153
- client_kwargs: dict passed to the `boto3 client `_, with keys such
154
154
as `region_name `, `endpoint_url `
You can’t perform that action at this time.
0 commit comments