Skip to content

[pandas] adding link for reading and writing files #56

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions source/rst/pandas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ In essence, a ``DataFrame`` in pandas is analogous to a (highly optimized) Excel

Thus, it is a powerful tool for representing and analyzing data that are naturally organized into rows and columns, often with descriptive indexes for individual rows and individual columns.

You can read more on how Pandas can read and write data files like Excel spreadsheets `here <https://realpython.com/pandas-read-write-files/>`_ and see the Pandas documentation `here <https://pandas.pydata.org/docs/user_guide/io.html>`_.

.. only:: html

Let's look at an example that reads data from the CSV file ``pandas/data/test_pwt.csv`` that can be downloaded
Expand Down