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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@
124
124
-[**Which is better for data analysis: R or Python?**](https://www.quora.com/Which-is-better-for-data-analysis-R-or-Python)
125
125
-[**Web scraping in Python**](https://github.com/ujjwalkarn/Web-Scraping)
126
126
127
-
##Pandas
127
+
##Pandas Library in Python
128
128
-[Intro to pandas data structures](http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/)
129
129
-[10 minutes to Pandas](http://pandas.pydata.org/pandas-docs/stable/10min.html)
130
130
-[Timeseries analysis using Pandas](http://nbviewer.jupyter.org/github/twiecki/financial-analysis-python-tutorial/blob/master/1.%20Pandas%20Basics.ipynb)
@@ -161,7 +161,7 @@
161
161
-[Second Try: Sentiment Analysis in Python](http://andybromberg.com/sentiment-analysis-python/)
162
162
-[Sentiment Analysis with Python NLTK Text Classification](http://text-processing.com/demo/sentiment/)
163
163
164
-
##Pickle: convert a python object (list, dict, etc.) into a character stream
164
+
##Pickle: convert a python object into a character stream
0 commit comments