Skip to content

Commit 6586a3f

Browse files
committed
add new pandas resources
1 parent 257a0b8 commit 6586a3f

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

content/pages/03-data/16-pandas.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,12 @@ is a data structures and analysis library.
4242
* [Pandas Crosstab Explained](http://pbpython.com/pandas-crosstab.html)
4343
shows how to use the `crosstab` function in pandas so you can summarize
4444
and group data.
45+
46+
* This two-part series on loading data into a pandas DataFrame presents
47+
what to do
48+
[when CSV files do not match your expectations](http://blog.enthought.com/python/with-and-without-the-canopy-data-import-tool-loading-data-theres-no-such-thing-as-a-simple-csv-file/)
49+
and
50+
[how to handle missing values](http://blog.enthought.com/enthought-canopy/data-import-tool/handling-missing-values-pandas-dataframes-hard-way-easy-way/)
51+
so you can start performing your analysis rather than getting frustrated
52+
with common issues at the beginning of your workflow.
53+
61.7 KB
Loading
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<a href="/django.html" class="lgi">Django</a>
2+
<a href="/web-frameworks.html" class="lgi">Web Frameworks</a>
3+
<a href="/wsgi-servers.html" class="lgi">WSGI Servers</a>
4+
<a href="/python-2-or-3.html" class="lgi">Python 2 or 3?</a>
5+
<a href="/green-unicorn-gunicorn.html" class="lgi">Green Unicorn (Gunicorn)</a>
6+
<a href="https://developer.okta.com/" class="lgi">Okta Dev Docs {% include "blog/external-link.html" %}</a>

0 commit comments

Comments
 (0)