zipcode-features 0.0.9__tar.gz → 0.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/PKG-INFO +1 -1
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/pyproject.toml +1 -1
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/__init__.py +1 -3
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/LICENSE +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/README.md +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/azure-pipelines.yml +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/clean_install.sh +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/requirements.txt +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/setup.py +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/CBSA_ZIP_122025.csv +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/ZIP_COUNTY_122025.csv +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/bls_2025_quarter_four.csv +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/bls_2025_quarter_one.csv +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/bls_2025_quarter_three.csv +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/bls_2025_quarter_two.csv +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/cbsa_codes.json +0 -0
- {zipcode_features-0.0.9 → zipcode_features-0.1.0}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zipcode-features
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: A Python package to process and extract features from zipcode data.
|
|
5
5
|
Project-URL: Homepage, https://github.com/EricSchles/zipcode_features
|
|
6
6
|
Author-email: Eric Schles <your.email@example.com>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
__version__ = '0.0
|
|
1
|
+
__version__ = '0.1.0'
|
|
2
2
|
|
|
3
3
|
import zipcodes
|
|
4
4
|
from zipcode3.search import SearchEngine
|
|
@@ -195,9 +195,7 @@ def _get_bls_data() -> pd.DataFrame:
|
|
|
195
195
|
"bls_2025_quarter_two.csv"
|
|
196
196
|
]
|
|
197
197
|
cols_to_drop = [
|
|
198
|
-
"own_code",
|
|
199
198
|
"industry_code",
|
|
200
|
-
"agglvl_code",
|
|
201
199
|
"size_code",
|
|
202
200
|
"disclosure_code",
|
|
203
201
|
'lq_disclosure_code',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/CBSA_ZIP_122025.csv
RENAMED
|
File without changes
|
{zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/ZIP_COUNTY_122025.csv
RENAMED
|
File without changes
|
|
File without changes
|
{zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/bls_2025_quarter_one.csv
RENAMED
|
File without changes
|
|
File without changes
|
{zipcode_features-0.0.9 → zipcode_features-0.1.0}/src/zipcode_features/data/bls_2025_quarter_two.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|