@@ -5686,7 +5686,7 @@ ignored.
5686
5686
dtypes: float64(1), int64(1)
5687
5687
memory usage: 15.3 MB
5688
5688
5689
- Given the next test set :
5689
+ The following test functions will be used below to compare the performance of several IO methods :
5690
5690
5691
5691
.. code-block :: python
5692
5692
@@ -5791,7 +5791,7 @@ Given the next test set:
5791
5791
def test_parquet_read ():
5792
5792
pd.read_parquet(" test.parquet" )
5793
5793
5794
- When writing, the top- three functions in terms of speed are ``test_feather_write ``, ``test_hdf_fixed_write `` and ``test_hdf_fixed_write_compress ``.
5794
+ When writing, the top three functions in terms of speed are ``test_feather_write ``, ``test_hdf_fixed_write `` and ``test_hdf_fixed_write_compress ``.
5795
5795
5796
5796
.. code-block :: ipython
5797
5797
@@ -5825,7 +5825,7 @@ When writing, the top-three functions in terms of speed are ``test_feather_write
5825
5825
In [13]: %timeit test_parquet_write(df)
5826
5826
67.6 ms ± 706 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)
5827
5827
5828
- When reading, the top three are ``test_feather_read ``, ``test_pickle_read `` and
5828
+ When reading, the top three functions in terms of speed are ``test_feather_read ``, ``test_pickle_read `` and
5829
5829
``test_hdf_fixed_read ``.
5830
5830
5831
5831
@@ -5862,8 +5862,7 @@ When reading, the top three are ``test_feather_read``, ``test_pickle_read`` and
5862
5862
24.4 ms ± 146 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)
5863
5863
5864
5864
5865
- For this test case ``test.pkl.compress ``, ``test.parquet `` and ``test.feather `` took the least space on disk.
5866
- Space on disk (in bytes)
5865
+ The files ``test.pkl.compress ``, ``test.parquet `` and ``test.feather `` took the least space on disk (in bytes).
5867
5866
5868
5867
.. code-block :: none
5869
5868
0 commit comments