Skip to content

Commit 2425f8c

Browse files
Added readme for parallel pandas
1 parent 4b1697c commit 2425f8c

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Python codes
22

3-
Here I am collecting my various Python codes:
3+
Here I save various Python sample codes from my articles:
44

55
Please see below:
66

7+
* [Parallel processing (Pandas example)](parallel_pandas)
78
* [Pandas, SQLAlchemy and SQL Server](pd_sql)
8-
99
* [Pascal's Triangle](pascal_triangle)
1010
* [Deterministic](deterministic)
11-
* [File search for unlucky ones](file_search)
11+
* [File search for unlucky ones](file_search)
12+

parallel_pandas/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Parallel Python (Pandas example)
2+
3+
## Overview
4+
5+
This codes how one can process data in parallel.
6+
It demonstrates how to read files in parallel and convert to Pandas and do some transformation before returning.
7+
8+
It's demo code for below article:
9+
[Parallel processing (Pandas example)](http://www.khalidmammadov.co.uk/parallel-processing-pandas-example)
10+

0 commit comments

Comments
 (0)