We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1786483 + 0040ac6 commit c7699ceCopy full SHA for c7699ce
3 files changed
changelog_entry.yaml
@@ -0,0 +1,4 @@
1
+- bump: patch
2
+ changes:
3
+ changed:
4
+ - Reverted to using standard version of microdf
policyengine_us_data/datasets/puf/puf.py
@@ -1,7 +1,7 @@
from tqdm import tqdm
import numpy as np
import pandas as pd
-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