-
-
Notifications
You must be signed in to change notification settings - Fork 19.7k
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (19 loc) · 671 Bytes
/
CODEOWNERS
File metadata and controls
23 lines (19 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# github
.github/ @mroeschke
# ci
ci/ @mroeschke
# web
web/ @datapythonista
# docs
doc/cheatsheet @Dr-Irv
doc/source/development @noatamir
# pandas
pandas/_libs/ @WillAyd
pandas/_libs/tslibs/* @MarcoGorelli
pandas/_typing.py @Dr-Irv
pandas/core/groupby/* @rhshadrach
pandas/core/tools/datetimes.py @MarcoGorelli
pandas/io/excel/* @rhshadrach
pandas/io/formats/style.py @attack68
pandas/io/formats/style_render.py @attack68
pandas/io/formats/templates @attack68