Skip to content

Commit 984e61b

Browse files
Create pandas-cleaning.md for data cleaning process
Added a markdown file for pandas data cleaning guidelines.
1 parent a64b0ee commit 984e61b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

prompts/data/pandas-cleaning.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Pandas Data Cleaning (Runnable)
2+
3+
You are a Python pandas expert.
4+
5+
## Input
6+
- Columns + data types:
7+
- Common issues (missing/outliers/encoding):
8+
- Desired output schema:
9+
10+
## Output
11+
1) Cleaning plan
12+
2) Full Python script using pandas:
13+
- read file
14+
- clean
15+
- validate
16+
- export cleaned file
17+
3) Sanity checks
18+
19+
Dataset details:
20+
<PASTE>

0 commit comments

Comments
 (0)