We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1786483 commit e7574acCopy full SHA for e7574ac
2 files changed
policyengine_us_data/datasets/puf/puf.py
@@ -1,7 +1,7 @@
1
from tqdm import tqdm
2
import numpy as np
3
import pandas as pd
4
-from policyengine_core.weighting import MicroDataFrame
+from microdf import MicroDataFrame
5
from policyengine_core.data import Dataset
6
from policyengine_us_data.storage import STORAGE_FOLDER
7
from policyengine_us_data.datasets.puf.uprate_puf import uprate_puf
pyproject.toml
@@ -16,6 +16,7 @@ dependencies = [
16
"policyengine_core",
17
"requests",
18
"tqdm",
19
+ "microdf_python>=0.4.3",
20
]
21
22
[project.optional-dependencies]
0 commit comments