Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# For reference on dataset card metadata, see the spec: https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
| 3 |
+
# Doc / guide: https://huggingface.co/docs/hub/datasets-cards
|
| 4 |
+
{}
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Dataset Card for Zip Code to Timezone Offset Mapping
|
| 8 |
+
|
| 9 |
+
<!-- Provide a quick summary of the dataset. -->
|
| 10 |
+
|
| 11 |
+
This dataset maps Zip Codes and Postal Codes for the USA and Canada to the relevant timezone offset.
|
| 12 |
+
|
| 13 |
+
## Dataset Details
|
| 14 |
+
|
| 15 |
+
### Dataset Description
|
| 16 |
+
|
| 17 |
+
In addition to providing a mapping from a Zip Code or Postal Code to timezone offset, it also contains the timezone offset for DST (if observed).
|
| 18 |
+
|
| 19 |
+
- **Curated by:** Bobby Gill, BlueLabel
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
### Acknowledgements
|
| 23 |
+
|
| 24 |
+
<!-- Provide the basic links for the dataset. -->
|
| 25 |
+
|
| 26 |
+
- **Based off the Work Here:** [https://www.kaggle.com/datasets/joeleichter/us-zip-codes-with-lat-and-long]
|
| 27 |
+
|