File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 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
55Please 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+
Original file line number Diff line number Diff line change 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+
You can’t perform that action at this time.
0 commit comments