Skip to content

DOC: update io.rst #15840

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

Closed
wants to merge 1 commit into from
Closed

DOC: update io.rst #15840

wants to merge 1 commit into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Mar 29, 2017

image

redo of the top of the io.rst page. was getting a bit long / disorganized. I added links for the various formats as well. could add another column about use (e.g. general, portable, flexible, etc), but maybe getting much

@jreback jreback added the Docs label Mar 29, 2017
@jreback jreback added this to the 0.20.0 milestone Mar 29, 2017
Copy link
Member

@jorisvandenbossche jorisvandenbossche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

binary;`HDF5 Format <https://support.hdfgroup.org/HDF5/whatishdf5.html>`__;:ref:`read_hdf<io.hdf5>`;:ref:`to_hdf<io.hdf5>`
binary;`Feather Format <https://github.com/wesm/feather>`__;:ref:`read_feather<io.feather>`;:ref:`to_feather<io.feather>`
binary;`Msgpack <http://msgpack.org/index.html>`__;:ref:`read_msgpack<io.msgpack>`;:ref:`to_msgpack<io.msgpack>`
binary;`HTML <https://en.wikipedia.org/wiki/HTML>`__;:ref:`read_html<io.read_html>`;:ref:`to_html<io.html>`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think HTML is rather text than binary?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point!

@jreback
Copy link
Contributor Author

jreback commented Mar 29, 2017

merged. can always add / update later.

@codecov
Copy link

codecov bot commented Mar 29, 2017

Codecov Report

Merging #15840 into master will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #15840      +/-   ##
==========================================
- Coverage   90.97%   90.96%   -0.02%     
==========================================
  Files         143      143              
  Lines       49429    49429              
==========================================
- Hits        44970    44961       -9     
- Misses       4459     4468       +9
Flag Coverage Δ
#multiple 88.71% <ø> (ø) ⬆️
#single 40.7% <ø> (-0.11%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 25% <0%> (-58.34%) ⬇️
pandas/core/frame.py 97.56% <0%> (-0.1%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update abf1697...b4ee5dd. Read the comment docs.

mattip pushed a commit to mattip/pandas that referenced this pull request Apr 3, 2017
Author: Jeff Reback <[email protected]>

Closes pandas-dev#15840 from jreback/io and squashes the following commits:

b4ee5dd [Jeff Reback] DOC: update io.rst
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants