8000 DOC: Update performance comparison section of io docs by WuraolaOyewusi · Pull Request #28890 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Update performance comparison section of io docs #28890

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Nov 9, 2019
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4e85c6d
Merge pull request #1 from pandas-dev/master
WuraolaOyewusi Aug 21, 2019
44df2ee
Merge pull request #2 from pandas-dev/master
WuraolaOyewusi Aug 22, 2019
b887983
Merge pull request #3 from pandas-dev/master
WuraolaOyewusi Aug 23, 2019
9554ea6
Merge pull request #4 from pandas-dev/master
WuraolaOyewusi Sep 17, 2019
fd27a6f
Merge pull request #5 from pandas-dev/master
WuraolaOyewusi Sep 24, 2019
3425a0a
Merge pull request #6 from pandas-dev/master
WuraolaOyewusi Oct 2, 2019
e53bce0
Update io.rst
WuraolaOyewusi Oct 10, 2019
76ccef3
Update io.rst
WuraolaOyewusi Oct 10, 2019
9672526
Update io.rst
WuraolaOyewusi Oct 10, 2019
d2c1e20
Update io.rst
WuraolaOyewusi Oct 10, 2019
709d571
Update io.rst
WuraolaOyewusi Oct 10, 2019
ddd39f6
Update io.rst
WuraolaOyewusi Oct 10, 2019
26b5db1
Update io.rst
WuraolaOyewusi Oct 10, 2019
cf85f95
Update io.rst
WuraolaOyewusi Oct 10, 2019
3d71d40
Update io.rst
WuraolaOyewusi Oct 10, 2019
8c8ed93
Update io.rst
WuraolaOyewusi Oct 10, 2019
3e62c8f
Update io.rst
WuraolaOyewusi Oct 11, 2019
1af539c
Update io.rst
WuraolaOyewusi Oct 11, 2019
ce51d5e
Update io.rst
WuraolaOyewusi Oct 11, 2019
524c7e0
Update io.rst
WuraolaOyewusi Oct 12, 2019
2b77c5d
Update io.rst
WuraolaOyewusi Oct 12, 2019
2224738
restore indentation
jorisvandenbossche Oct 21, 2019
df377c1
fixup
jorisvandenbossche Oct 21, 2019
e3eba95
Update io.rst
WuraolaOyewusi Nov 8, 2019
3aa5dea
Update io.rst
WuraolaOyewusi Nov 8, 2019
0af75a0
Merge branch 'master' into Update-Performance-Comparison-section-of-I…
WuraolaOyewusi Nov 8, 2019
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
Prev Previous commit
Next Next commit
Update io.rst
  • Loading branch information
WuraolaOyewusi authored Oct 10, 2019
commit d2c1e202a900f20d973592057cfba1415e82fade
4 changes: 2 additions & 2 deletions doc/source/user_guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5680,11 +5680,11 @@ Given the next test set:

def test_parquet_write(df):
df.to_parquet('test.parquet')


def test_parquet_read():
pd.read_parquet('test.parquet')


When writing, the top-three functions in terms of speed are ``test_feather_write``, ``test_hdf_fixed_write`` and ``test_hdf_fixed_write_compress``.

Expand Down
0