You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifying ``dtype='category'`` will result in an unordered ``Categorical``
467
465
whose ``categories`` are the unique values observed in the data. For more
468
466
control on the categories and order, create a
@@ -2171,8 +2169,6 @@ Line delimited json
2171
2169
pandas is able to read and write line-delimited json files that are common in data processing pipelines
2172
2170
using Hadoop or Spark.
2173
2171
2174
-
.. versionadded:: 0.21.0
2175
-
2176
2172
For line-delimited json files, pandas can also return an iterator which reads in ``chunksize`` lines at a time. This can be useful for large files or to read from a stream.
2177
2173
2178
2174
.. ipython:: python
@@ -4646,8 +4642,6 @@ Read from a feather file.
4646
4642
Parquet
4647
4643
-------
4648
4644
4649
-
.. versionadded:: 0.21.0
4650
-
4651
4645
`Apache Parquet <https://parquet.apache.org/>`__ provides a partitioned binary columnar serialization for data frames. It is designed to
4652
4646
make reading and writing data frames efficient, and to make sharing data across data analysis
4653
4647
languages easy. Parquet can use a variety of compression techniques to shrink the file size as much as possible
0 commit comments