Skip to content

Commit 8659726

Browse files
committed
Update README.md
1 parent d9e90a3 commit 8659726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
- [**Which is better for data analysis: R or Python?**](https://www.quora.com/Which-is-better-for-data-analysis-R-or-Python)
125125
- [**Web scraping in Python**](https://github.com/ujjwalkarn/Web-Scraping)
126126

127-
##Pandas
127+
##Pandas Library in Python
128128
- [Intro to pandas data structures](http://www.gregreda.com/2013/10/26/intro-to-pandas-data-structures/)
129129
- [10 minutes to Pandas](http://pandas.pydata.org/pandas-docs/stable/10min.html)
130130
- [Timeseries analysis using Pandas](http://nbviewer.jupyter.org/github/twiecki/financial-analysis-python-tutorial/blob/master/1.%20Pandas%20Basics.ipynb)
@@ -161,7 +161,7 @@
161161
- [Second Try: Sentiment Analysis in Python](http://andybromberg.com/sentiment-analysis-python/)
162162
- [Sentiment Analysis with Python NLTK Text Classification](http://text-processing.com/demo/sentiment/)
163163

164-
##Pickle: convert a python object (list, dict, etc.) into a character stream
164+
##Pickle: convert a python object into a character stream
165165
- [Python serialization - Why pickle?](http://stackoverflow.com/questions/8968884/python-serialization-why-pickle)
166166
- [**Serializing Python Objects**](http://www.diveinto.org/python3/serializing.html), [**Binary Files**](http://www.diveinto.org/python3/files.html#binary)
167167
- [What is Pickle in python ?](https://pythontips.com/2013/08/02/what-is-pickle-in-python/)

0 commit comments

Comments
 (0)