-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.zenodo.json
More file actions
36 lines (36 loc) · 1.08 KB
/
.zenodo.json
File metadata and controls
36 lines (36 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"upload_type": "software",
"title": "diff-diff: Difference-in-Differences Causal Inference for Python",
"description": "A Python library for Difference-in-Differences (DiD) causal inference analysis. Provides sklearn-like estimators for modern DiD methods including Callaway-Sant'Anna, Synthetic DiD, Honest DiD, event studies, and parallel trends testing. Validated against R packages (did, synthdid, fixest).",
"creators": [
{
"name": "Gerber, Isaac",
"orcid": "0009-0009-3275-5591"
}
],
"license": "MIT",
"access_right": "open",
"keywords": [
"difference-in-differences",
"causal-inference",
"econometrics",
"python",
"treatment-effects",
"event-study",
"staggered-adoption",
"parallel-trends",
"synthetic-control",
"panel-data"
],
"related_identifiers": [
{
"relation": "isSupplementTo",
"identifier": "https://github.com/igerber/diff-diff",
"resource_type": "software"
},
{
"relation": "isDocumentedBy",
"identifier": "https://diff-diff.readthedocs.io/en/stable/"
}
]
}