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
Just as [NumPy](http://www.numpy.org/) provides the basic array data type plus core array operations, pandas
@@ -154,15 +154,7 @@ In essence, a `DataFrame` in pandas is analogous to a (highly optimized) Excel s
154
154
155
155
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.
156
156
157
-
```{only} html
158
-
Let's look at an example that reads data from the CSV file `pandas/data/test_pwt.csv` that can be downloaded
Supposing you have this data saved as `test_pwt.csv` in the present working directory (type `%pwd` in Jupyter to see what this is), it can be read in as follows:
173
+
We'll read this in from a URL using the `pandas` function `read_csv`.
0 commit comments